monadcryptorandom 0.7.2 → 0.7.2.1
raw patch · 1 files changed
+7/−5 lines, 1 filesdep ~exceptions
Dependency ranges changed: exceptions
Files
- monadcryptorandom.cabal +7/−5
monadcryptorandom.cabal view
@@ -1,5 +1,5 @@ name: monadcryptorandom-version: 0.7.2+version: 0.7.2.1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>@@ -12,13 +12,15 @@ stability: stable build-type: Simple cabal-version: >= 1.6-tested-with: GHC == 6.12.1,- GHC == 7.0.4,+tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2 GHC == 7.6.3, GHC == 7.8.2,- GHC == 7.10.3+ GHC == 7.10.3,+ GHC == 8.0.2,+ GHC == 8.2.2,+ GHC == 8.4.1 Data-Files: extra-source-files: @@ -26,7 +28,7 @@ Build-Depends: base == 4.*, bytestring >= 0.9 && < 0.11, crypto-api >= 0.2,- exceptions >= 0.8 && <0.10,+ exceptions >= 0.8 && <0.11, transformers >= 0.2, mtl >= 2.0 && < 2.3, transformers-compat >= 0.3,