[Git][haskell-team/package-plan][master] 2 commits: Updated Hackage metadata for bytestring-handle-0.1.0.6
Ilias Tsitsimpis
gitlab at salsa.debian.org
Tue Dec 4 15:25:11 GMT 2018
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
3eb61996 by Ilias Tsitsimpis at 2018-12-04T15:02:53Z
Updated Hackage metadata for bytestring-handle-0.1.0.6
- - - - -
65e2828a by Ilias Tsitsimpis at 2018-12-04T15:19:57Z
Downgrade github-backup to v1.20170301
github-backup is not maintained by DHG, so downgrade its version to the
one available in the archive.
- - - - -
5 changed files:
- + additional-cabals/bytestring-handle-0.1.0.6.cabal
- packages.txt
- + patches/github-backup/1.20170301/newer-github
- patches/github-backup/1.20171126/series → patches/github-backup/1.20170301/series
- − patches/github-backup/1.20171126/newer-github
Changes:
=====================================
additional-cabals/bytestring-handle-0.1.0.6.cabal
=====================================
@@ -0,0 +1,38 @@
+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 at 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
=====================================
packages.txt
=====================================
@@ -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
=====================================
patches/github-backup/1.20170301/newer-github
=====================================
@@ -0,0 +1,20 @@
+--- 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
=====================================
patches/github-backup/1.20171126/series → patches/github-backup/1.20170301/series
=====================================
=====================================
patches/github-backup/1.20171126/newer-github deleted
=====================================
@@ -1,22 +0,0 @@
-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
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/compare/b00db973123dacf74dfbca2bd699cd129c985402...65e2828a1528f70b5bc9e2e7d948351d94c89221
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/compare/b00db973123dacf74dfbca2bd699cd129c985402...65e2828a1528f70b5bc9e2e7d948351d94c89221
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20181204/7f1c3758/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list