packages feed

verset 0.0.1.7 → 0.0.1.8

raw patch · 1 files changed

+6/−7 lines, 1 filesdep ~bytestringdep ~containersdep ~extra

Dependency ranges changed: bytestring, containers, extra, mtl, text, time

Files

verset.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                verset-version:             0.0.1.7+version:             0.0.1.8 synopsis:            Small alternative prelude description:         Small Haskell alternative prelude. Based on Protolude and Intro homepage:            https://github.com/andrevdm/verset#readme@@ -23,15 +23,14 @@   exposed-modules:     Verset.Conv                      , Verset   build-depends:-                     , bytestring       >= 0.10.10 && < 0.12-                     , containers       >= 0.6.0 && < 0.7-                     , extra            >= 1.7.9 && < 1.8+                       bytestring       >= 0.11.3 && < 0.12+                     , containers       >= 0.6.6 && < 0.7+                     , extra            >= 1.7.12 && < 1.8                      , mtl              >= 2.2.2 && < 2.3                      , safe             >= 0.3.19 && < 0.4-                     , text             >= 1.2.4 && < 1.3-                     , time             >= 1.9.3 && < 1.10+                     , text             >= 2.0.1 && < 2.1+                     , time             >= 1.12.2 && < 1.13                      , uuid             >= 1.3.15 && < 1.4- source-repository head   type:     git   location: https://github.com/andrevdm/verset