Skip to content

Commits on Source 2

name: bytestring-handle
version: 0.1.0.6
synopsis: ByteString-backed Handles
-- description:
homepage: http://hub.darcs.net/ganesh/bytestring-handle
license: BSD3
license-file: LICENSE
author: Ganesh Sittampalam
maintainer: Ganesh Sittampalam <ganesh@earth.li>
-- copyright:
category: System
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.ByteString.Handle
other-modules:
Data.ByteString.Handle.Read
Data.ByteString.Handle.Write
build-depends: bytestring >= 0.9.1.5 && < 0.11,
base >= 4.2 && < 4.11
hs-source-dirs: src
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
build-depends:
QuickCheck >= 2.1.2 && < 2.11,
test-framework-quickcheck2 >= 0.2.5 && < 0.4,
HUnit >= 1.2 && < 1.7,
test-framework-hunit >= 0.2.0 && < 0.4,
test-framework >= 0.2.0 && < 0.9,
bytestring >= 0.9.1.5 && < 0.11,
base >= 4.2 && < 4.11,
bytestring-handle
......@@ -317,7 +317,7 @@ gio 0.13.5.0
gi-pango 1.0.16
git-annex 7.20181121 binary key -f-ConcurrentOutput
github 0.19
github-backup 1.20171126 binary key
github-backup 1.20170301 binary key
gitit 0.12.2.1 key ignore # BROKEN: LTS 11: newer time
gitlib 3.1.2
gitrev 1.3.1
......
--- a/github-backup.cabal
+++ b/github-backup.cabal
@@ -39,7 +39,7 @@ Executable github-backup
GHC-Options: -Wall -fno-warn-tabs
Build-Depends:
base (>= 4.8 && < 5),
- github (>= 0.15.0 && < 0.16.0),
+ github (>= 0.15.0),
MissingH, hslogger, directory, filepath, containers, mtl,
network, exceptions, transformers, unix-compat, bytestring, vector,
IfElse, pretty-show, text, process, optparse-applicative, utf8-string
@@ -107,7 +107,7 @@ Executable gitriddance
GHC-Options: -Wall -fno-warn-tabs
Build-Depends:
base (>= 4.8 && < 5),
- github (>= 0.15.0 && < 0.16.0),
+ github (>= 0.15.0),
text, filepath, MissingH, exceptions, transformers, bytestring, vector,
hslogger, process, containers, unix-compat, IfElse, directory, mtl,
utf8-string
Index: b/github-backup.cabal
===================================================================
--- a/github-backup.cabal
+++ b/github-backup.cabal
@@ -39,7 +39,7 @@ Executable github-backup
GHC-Options: -Wall -fno-warn-tabs -threaded
Build-Depends:
base (>= 4.8 && < 5),
- github (>= 0.18 && < 0.19),
+ github (>= 0.18),
text, filepath, exceptions, transformers, bytestring, vector,
hslogger, split, process, containers, unix-compat, IfElse,
directory, mtl, utf8-string, optparse-applicative, pretty-show
@@ -109,7 +109,7 @@ Executable gitriddance
GHC-Options: -Wall -fno-warn-tabs
Build-Depends:
base (>= 4.8 && < 5),
- github (>= 0.18 && < 0.19),
+ github (>= 0.18),
text, filepath, exceptions, transformers, bytestring, vector,
hslogger, split, process, containers, unix-compat, IfElse,
directory, mtl, utf8-string