packages feed

Cabal revisions of selda-postgresql-0.1.7.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                selda-postgresql-version:             0.1.7.3-synopsis:            PostgreSQL backend for the Selda database EDSL.-description:         PostgreSQL backend for the Selda database EDSL.-                     Requires the PostgreSQL @libpq@ development libraries to be-                     installed.-homepage:            https://github.com/valderman/selda-license:             MIT-license-file:        LICENSE-author:              Anton Ekblad-maintainer:          anton@ekblad.cc-category:            Database-build-type:          Simple-cabal-version:       >=1.10--flag haste-  default: False-  description: Package is being installed for Haste.--library-  exposed-modules:-    Database.Selda.PostgreSQL-  other-modules:-    Database.Selda.PostgreSQL.Encoding-  other-extensions:-    GADTs-    RecordWildCards-    OverloadedStrings-    CPP-  build-depends:-      base       >=4.8     && <5-    , bytestring >=0.9     && <0.11-    , exceptions >=0.8     && <0.11-    , selda      >=0.3.0.0 && <0.4-    , text       >=1.0     && <1.3-  if !flag(haste)-    build-depends:-      postgresql-libpq >=0.9 && <0.10-  if impl(ghc < 7.11)-    build-depends:-      transformers  >=0.4 && <0.6-  hs-source-dirs:-    src-  default-language:-    Haskell2010-  ghc-options:-    -Wall+name:                selda-postgresql
+version:             0.1.7.3
+x-revision: 1
+synopsis:            PostgreSQL backend for the Selda database EDSL.
+description:         PostgreSQL backend for the Selda database EDSL.
+                     Requires the PostgreSQL @libpq@ development libraries to be
+                     installed.
+homepage:            https://github.com/valderman/selda
+license:             MIT
+license-file:        LICENSE
+author:              Anton Ekblad
+maintainer:          anton@ekblad.cc
+category:            Database
+build-type:          Simple
+cabal-version:       >=1.10
+
+flag haste
+  default: False
+  description: Package is being installed for Haste.
+
+library
+  exposed-modules:
+    Database.Selda.PostgreSQL
+  other-modules:
+    Database.Selda.PostgreSQL.Encoding
+  other-extensions:
+    GADTs
+    RecordWildCards
+    OverloadedStrings
+    CPP
+  build-depends:
+      base       >=4.8     && <5
+    , bytestring >=0.9     && <0.11
+    , exceptions >=0.8     && <0.11
+    , selda      >=0.3.1.0 && <0.4
+    , text       >=1.0     && <1.3
+  if !flag(haste)
+    build-depends:
+      postgresql-libpq >=0.9 && <0.10
+  if impl(ghc < 7.11)
+    build-depends:
+      transformers  >=0.4 && <0.6
+  hs-source-dirs:
+    src
+  default-language:
+    Haskell2010
+  ghc-options:
+    -Wall
revision 2
 name:                selda-postgresql
 version:             0.1.7.3
-x-revision: 1
+x-revision: 2
 synopsis:            PostgreSQL backend for the Selda database EDSL.
 description:         PostgreSQL backend for the Selda database EDSL.
                      Requires the PostgreSQL @libpq@ development libraries to be
       base       >=4.8     && <5
     , bytestring >=0.9     && <0.11
     , exceptions >=0.8     && <0.11
-    , selda      >=0.3.1.0 && <0.4
+    , selda      >=0.3.2.0 && <0.4
     , text       >=1.0     && <1.3
   if !flag(haste)
     build-depends: