ghc-pkg-autofix 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~parsec
Dependency ranges changed: base, parsec
Files
- ghc-pkg-autofix.cabal +2/−2
ghc-pkg-autofix.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.1.1+Version: 0.1.2 -- A short (one-line) description of the package. Synopsis: Simple utility to fix BROKEN package dependencies.@@ -49,7 +49,7 @@ Main-is: Main.hs -- Packages needed in order to build this package.- Build-depends: base >= 3 && < 4, parsec >= 2 && < 4, split >= 0.1 && < 0.2,+ Build-depends: base >= 4 && < 5, parsec >= 3 && < 4, split >= 0.1 && < 0.2, filepath >= 1 && < 2, process >= 1.0 && < 1.1, Cabal >= 1.8 && <2