hackage-whatsnew 0.1.2 → 0.1.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~Cabal
Dependency ranges changed: Cabal
Files
- hackage-whatsnew.cabal +3/−3
hackage-whatsnew.cabal view
@@ -1,5 +1,5 @@ name: hackage-whatsnew-version: 0.1.2+version: 0.1.3 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@@ -12,7 +12,7 @@ homepage: https://github.com/stepcut/hackage-whatsnew build-type: Simple cabal-version: >=1.10-tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2+tested-with: GHC == 8.4.3 extra-source-files: README.md source-repository head@@ -22,7 +22,7 @@ executable hackage-whatsnew main-is: Main.hs build-depends: base >=4.6 && < 5.0,- Cabal >= 1.16 && < 2.5,+ Cabal >= 2.2 && < 2.5, containers >=0.5 && <0.7, directory >= 1.2 && < 1.4, filepath >= 1.3 && < 1.5,