packages feed

sync-mht 0.3.2.0 → 0.3.3.0

raw patch · 2 files changed

+8/−8 lines, 2 filesdep ~Cabaldep ~process

Dependency ranges changed: Cabal, process

Files

dist/build/mainStub/mainStub-tmp/mainStub.hs view
@@ -1,5 +1,5 @@ module Main ( main ) where-import Distribution.Simple.Test ( stubMain )+import Distribution.Simple.Test.LibV09 ( stubMain ) import Sync.MerkleTree.Test ( tests ) main :: IO () main = stubMain tests
sync-mht.cabal view
@@ -6,9 +6,9 @@ maintainer: Emin Karayel <me@eminkarayel.de> category: Utility extra-doc-files: README.md-cabal-version: >= 1.18+cabal-version: >= 1.22 build-type: Simple-version: 0.3.2.0+version: 0.3.3.0 homepage: https://github.com/ekarayel/sync-mht bug-reports: https://github.com/ekarayel/sync-mht/issues package-url: https://github.com/ekarayel/sync-mht@@ -29,7 +29,7 @@     location: https://github.com/ekarayel/sync-mht --recursive source-repository this     type: git-    tag: 0.3.2.0+    tag: 0.3.3.0     location: https://github.com/ekarayel/sync-mht --recursive test-suite main     type: detailed-0.9@@ -52,7 +52,7 @@         , unix >=2.7 && <2.8         , directory >=1.2.3 && <1.3         , filepath >=1.3 && <1.4-        , process >=1.2 &&  <1.3+        , process == 1.2.3.0         , cryptohash >=0.11 && <0.12         , exceptions >=0.7 && <0.8         , byteable >=0.1 && <0.2@@ -66,7 +66,7 @@         , transformers >= 0.3 && < 0.4         , regex-compat >= 0.95 && < 0.96         , mtl >= 2.1 && < 2.2-        , Cabal >= 1.18 && <= 1.19+        , Cabal >= 1.22 && < 1.23         , time >= 1.4 && < 1.5         , random >= 1.0 && < 1.1         , temporary >= 1.2 && < 1.3@@ -88,7 +88,7 @@         , unix >=2.7 && <2.8         , directory >=1.2.3 && <1.3         , filepath >=1.3 && <1.4-        , process >=1.2 &&  <1.3+        , process == 1.2.3.0         , cryptohash >=0.11 && <0.12         , exceptions >=0.7 && <0.8         , byteable >=0.1 && <0.2@@ -102,7 +102,7 @@         , transformers >= 0.3 && < 0.4         , regex-compat >= 0.95 && < 0.96         , mtl >= 2.1 && < 2.2-        , Cabal >= 1.18 && <= 1.19+        , Cabal >= 1.22 && < 1.23         , time >= 1.4 && < 1.5         , random >= 1.0 && < 1.1         , temporary >= 1.2 && < 1.3