eprocess 1.5.1 → 1.5.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~mtlnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- eprocess.cabal +3/−3
eprocess.cabal view
@@ -1,11 +1,11 @@ name: eprocess-version: 1.5.1+version: 1.5.2 cabal-version: >=1.6 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2009 Fernando "Brujo" Benavides-maintainer: greenmellon@gmail.com+maintainer: corentin.dupont@gmail.com stability: stable package-url: http://code.haskell.org/eprocess bug-reports: http://github.com/elbrujohalcon/eprocess/issues@@ -25,7 +25,7 @@ Library build-depends: base >= 4, base < 5,- mtl >=1.1.0, mtl < 2.1,+ mtl >=1.1.0, mtl < 2.2, MonadCatchIO-mtl >= 0.1.0, MonadCatchIO-mtl < 0.4 exposed-modules: Control.Concurrent.Process hs-source-dirs: src