crypto-random-effect 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+7/−2 lines, 1 filesdep ~extensible-effects
Dependency ranges changed: extensible-effects
Files
crypto-random-effect.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: crypto-random-effect-version: 0.2.0.1+version: 0.2.0.2 synopsis: A random effect using crypto-random description: Any help (especially documentation) is welcome homepage: https://github.com/ibotty/crypto-random-effect@@ -23,7 +23,12 @@ build-depends: base >=4.6 && <5 , bytestring <= 0.11 , crypto-random >=0.0.7 && <0.1- , extensible-effects ==1.2.*+ , extensible-effects ==1.4.* , securemem ==0.1.* hs-source-dirs: src default-language: Haskell2010++source-repository head+ type: git+ location: https://github.com/ibotty/crypto-random-effect+