packages feed

string-random 0.1.4.3 → 0.1.4.4

raw patch · 1 files changed

+3/−4 lines, 1 filesdep ~containersdep ~text

Dependency ranges changed: containers, text

Files

string-random.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name:          string-random-version:       0.1.4.3+version:       0.1.4.4 synopsis:   A library for generating random string from a regular experession @@ -17,7 +17,6 @@ copyright:     Copyright (C) 2016- hiratara license:       BSD3 license-file:  LICENSE-tested-with:   GHC ==8.10.3 build-type:    Simple  source-repository head@@ -34,9 +33,9 @@   build-depends:       attoparsec    >=0.13.1  && <0.15     , base          >=4.9     && <5-    , containers    >=0.5.7.1 && <0.7+    , containers    >=0.5.7.1 && <0.8     , random        >=1.1     && <1.3-    , text          >=1.2.2.1 && <2.1+    , text          >=1.2.2.1 && <2.2     , transformers  >=0.5.2.0 && <0.7    default-language: Haskell2010