yeshql-postgresql-simple 4.1.0.2 → 4.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~postgresql-simple
Dependency ranges changed: postgresql-simple
Files
yeshql-postgresql-simple.cabal view
@@ -1,5 +1,5 @@ name: yeshql-postgresql-simple-version: 4.1.0.2+version: 4.1.1.2 synopsis: YesQL-style SQL database abstraction (postgresql-simple backend) description: Use quasi-quotations or TemplateHaskell to write SQL in SQL, while adding type annotations to turn SQL into well-typed Haskell@@ -28,7 +28,7 @@ , containers >= 0.5 && < 1.0 , filepath , parsec >= 3.0 && <4.0- , postgresql-simple >= 0.5 && < 0.6+ , postgresql-simple >=0.6 && <0.7 , template-haskell , convertible >= 1.1.1.0 && <2 hs-source-dirs: src