pasta 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~text-show
Dependency ranges changed: text-show
Files
- pasta.cabal +3/−3
pasta.cabal view
@@ -1,5 +1,5 @@ name: pasta-version: 0.1.0.1+version: 0.1.0.2 synopsis: PostgreSQL Abstract Syntax Tree Assember description: Please see README.md homepage: http://github.com/diogob/pasta#readme@@ -7,7 +7,7 @@ license-file: LICENSE author: Diogo Biazus maintainer: diogo@biazus.me-copyright: 2015 Author Here+copyright: 2015 Diogo Biazus category: Web build-type: Simple -- extra-source-files:@@ -22,7 +22,7 @@ , microlens >= 0.4 && < 0.5 , microlens-th >= 0.3 && < 0.5 , text >= 1.2 && < 1.3- , text-show >= 2.1 && < 2.2+ , text-show >= 2.1 && < 3.5 , semigroups >= 0.18 , protolude >= 0.1 default-language: Haskell2010