eprocess 1.6.0 → 1.6.1
raw patch · 2 files changed
+6/−3 lines, 2 files
Files
- changelog +3/−0
- eprocess.cabal +3/−3
+ changelog view
@@ -0,0 +1,3 @@+Version 1.6.0:+- changed deprecated MonadCatchIO-mtl in favor of exceptions+- taking over maintenance (as agreed with Fernando Benavides)
eprocess.cabal view
@@ -1,5 +1,5 @@ name: eprocess-version: 1.6.0+version: 1.6.1 cabal-version: >=1.6 build-type: Simple license: BSD3@@ -14,12 +14,12 @@ tested-with: GHC ==6.12.1 data-files: LICENSE README data-dir: ""-extra-source-files: Setup.hs+extra-source-files: Setup.hs, changelog extra-tmp-files: source-repository head type: git- location: git://github.com/cdupont/eprocess.git+ location: https://github.com/cdupont/eprocess.git Library build-depends: base == 4.*,