[Pkg-haskell-commits] darcs: haskell-dav: convert transformers dependency to versioned ghc
Clint Adams
clint at debian.org
Wed May 13 14:06:48 UTC 2015
Wed May 13 14:06:39 UTC 2015 Clint Adams <clint at debian.org>
* convert transformers dependency to versioned ghc
M ./changelog -2 +2
M ./control -4 +1
Wed May 13 14:06:39 UTC 2015 Clint Adams <clint at debian.org>
* convert transformers dependency to versioned ghc
diff -rN -u old-haskell-dav/changelog new-haskell-dav/changelog
--- old-haskell-dav/changelog 2015-05-13 14:06:48.394209062 +0000
+++ new-haskell-dav/changelog 2015-05-13 14:06:48.394209062 +0000
@@ -1,8 +1,8 @@
-haskell-dav (1.0.5-1) UNRELEASED; urgency=medium
+haskell-dav (1.0.5-1) unstable; urgency=medium
* New upstream version.
- -- Clint Adams <clint at debian.org> Mon, 27 Apr 2015 22:23:16 -0400
+ -- Clint Adams <clint at debian.org> Wed, 13 May 2015 00:50:31 -0400
haskell-dav (1.0.3-1) experimental; urgency=medium
diff -rN -u old-haskell-dav/control new-haskell-dav/control
--- old-haskell-dav/control 2015-05-13 14:06:48.390209062 +0000
+++ new-haskell-dav/control 2015-05-13 14:06:48.398209061 +0000
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 9)
, haskell-devscripts (>= 0.9)
, cdbs
- , ghc
+ , ghc (>= 7.8)
, ghc-prof
, ghc-ghci
, libghc-case-insensitive-dev (>= 0.4)
@@ -33,8 +33,6 @@
, libghc-network-uri-prof
, libghc-optparse-applicative-dev (>= 0.10.0)
, libghc-optparse-applicative-prof
- , libghc-transformers-dev (>= 0.3)
- , libghc-transformers-prof
, libghc-transformers-base-dev
, libghc-transformers-base-prof
, libghc-xml-conduit-dev (>= 1.0)
@@ -56,7 +54,6 @@
, libghc-network-doc
, libghc-network-uri-doc
, libghc-optparse-applicative-doc
- , libghc-transformers-doc
, libghc-transformers-base-doc
, libghc-xml-conduit-doc
, libghc-xml-hamlet-doc
More information about the Pkg-haskell-commits
mailing list