packages feed

pasta 0.1.0.2 → 0.1.0.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~text-showPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text-show

API changes (from Hackage documentation)

Files

pasta.cabal view
@@ -1,5 +1,5 @@ name:                pasta-version:             0.1.0.2+version:             0.1.0.3 synopsis:            PostgreSQL Abstract Syntax Tree Assember description:         Please see README.md homepage:            http://github.com/diogob/pasta#readme@@ -22,7 +22,7 @@                      , microlens >= 0.4 && < 0.5                      , microlens-th >= 0.3 && < 0.5                      , text >= 1.2 && < 1.3-                     , text-show >= 2.1 && < 3.5+                     , text-show >= 2.1 && < 3.7                      , semigroups >= 0.18                      , protolude >= 0.1   default-language:    Haskell2010