packages feed

hackage-whatsnew 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+5/−4 lines, 1 filesdep ~Cabaldep ~base

Dependency ranges changed: Cabal, base

Files

hackage-whatsnew.cabal view
@@ -1,5 +1,5 @@ name:                hackage-whatsnew-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Check for differences between working directory and hackage description:         This tool checks to see if the package in a local working directory                      has changes which are not yet on hackage. This is useful to check if@@ -9,9 +9,10 @@ author:              Jeremy Shaw maintainer:          jeremy@n-heptane.com category:            Distribution+homepage:            https://github.com/stepcut/hackage-whatsnew build-type:          Simple cabal-version:       >=1.10-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 extra-source-files:  README.md  source-repository head@@ -20,8 +21,8 @@  executable hackage-whatsnew   main-is:             Main.hs-  build-depends:       base >=4.6 && <4.9,-                       Cabal >= 1.16 && < 1.23,+  build-depends:       base >=4.6 && < 5.0,+                       Cabal >= 1.16 && < 1.25,                        containers >=0.5 && <0.6,                        directory >= 1.2 && < 1.3,                        filepath >= 1.4 && < 1.5,