[Pkg-haskell-commits] darcs: haskell-hashable: raise GHC depended version because of cabal bug #1087

Louis Bettens louis at bettens.info
Sat Oct 12 10:08:27 UTC 2013


Sat Oct 12 10:00:45 UTC 2013  Louis Bettens <louis at bettens.info>
  * raise GHC depended version because of cabal bug #1087

    M ./changelog -1 +2
    M ./control -1 +1

Sat Oct 12 10:00:45 UTC 2013  Louis Bettens <louis at bettens.info>
  * raise GHC depended version because of cabal bug #1087
diff -rN -u old-haskell-hashable/changelog new-haskell-hashable/changelog
--- old-haskell-hashable/changelog	2013-10-12 10:08:27.422036904 +0000
+++ new-haskell-hashable/changelog	2013-10-12 10:08:27.494216218 +0000
@@ -1,4 +1,4 @@
-haskell-hashable (1.2.1.0-1) UNRELEASED; urgency=low
+haskell-hashable (1.2.1.0-1) unstable; urgency=low
 
   [ Joachim Breitner ]
   * Adjust watch file to new hackage layout
@@ -6,6 +6,7 @@
   [ Louis Bettens ]
   * New upstream release
   * add HUnit dependency
+  * raise GHC depended version because of cabal bug #1087
 
  -- Louis Bettens <louis at bettens.info>  Mon, 07 Oct 2013 20:02:20 +0200
 
diff -rN -u old-haskell-hashable/control new-haskell-hashable/control
--- old-haskell-hashable/control	2013-10-12 10:08:27.422036904 +0000
+++ new-haskell-hashable/control	2013-10-12 10:08:27.498046841 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9)
   , cdbs
   , haskell-devscripts (>= 0.8.15)
-  , ghc
+  , ghc (>= 7.6.3-5)
   , ghc-prof
   , libghc-hunit-dev
   , libghc-test-framework-hunit-dev




More information about the Pkg-haskell-commits mailing list