hackage-whatsnew 0.1.1 → 0.1.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~Cabaldep ~containersdep ~temporary
Dependency ranges changed: Cabal, containers, temporary
Files
- hackage-whatsnew.cabal +4/−4
hackage-whatsnew.cabal view
@@ -1,5 +1,5 @@ name: hackage-whatsnew-version: 0.1.1+version: 0.1.2 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@@ -22,11 +22,11 @@ executable hackage-whatsnew main-is: Main.hs build-depends: base >=4.6 && < 5.0,- Cabal >= 1.16 && < 2.3,- containers >=0.5 && <0.6,+ Cabal >= 1.16 && < 2.5,+ containers >=0.5 && <0.7, directory >= 1.2 && < 1.4, filepath >= 1.3 && < 1.5, hackage-db >= 1.22 && < 2.1, process >= 1.1 && < 1.7,- temporary >= 1.2 && < 1.3+ temporary >= 1.2 && < 1.4 default-language: Haskell2010