latest-npm-version 0.3.0 → 0.3.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- latest-npm-version.cabal +3/−3
latest-npm-version.cabal view
@@ -1,5 +1,5 @@ name: latest-npm-version-version: 0.3.0+version: 0.3.1 synopsis: Find the latest version of a package on npm homepage: https://github.com/passy/latest-npm-version license: MIT@@ -19,7 +19,7 @@ ghc-options: -Wall default-extensions: OverloadedStrings exposed-modules: Npm.Latest- build-depends: base >=4.7 && <4.8,+ build-depends: base == 4.*, pipes-http >= 1.0 && < 1.1, pipes >= 4.1 && < 4.2, text >= 1.1 && < 1.2,@@ -38,7 +38,7 @@ main-is: Main.hs ghc-options: -Wall default-extensions: OverloadedStrings- build-depends: base >=4.7 && <4.8,+ build-depends: base == 4.*, pipes-http >= 1.0 && < 1.1, pipes >= 4.1 && < 4.2, text >= 1.1 && < 1.2,