HDBC 2.0.0 → 2.0.1
raw patch · 1 files changed
+6/−1 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- HDBC.cabal +6/−1
HDBC.cabal view
@@ -1,5 +1,5 @@ Name: HDBC-Version: 2.0.0+Version: 2.0.1 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen@@ -30,6 +30,11 @@ else Build-Depends: base<3 Build-Depends: mtl, convertible >= 1.0.1, utf8-string++ -- Hack for cabal-install weirdness. cabal-install forces base 3,+ -- though it works fine for Setup.lhs manually. Fix.+ if impl(ghc >= 6.9)+ build-depends: base >= 4 GHC-Options: -O2 -Wall -fno-warn-orphans