packages feed

Cabal revisions of drifter-postgresql-0.2.0

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

revision 1
-name:                drifter-postgresql-version:             0.2.0-synopsis:            PostgreSQL support for the drifter schema migration tool-description:         Support for postgresql-simple Query migrations as well as-                     arbitrary Haskell IO functions. Be sure to check the-                     examples dir for a usage example.-license:             MIT-license-file:        LICENSE-author:              Michael Xavier-maintainer:          michael@michaelxavier.net-category:            Database-build-type:          Simple-cabal-version:       >=1.10-tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1-extra-source-files:-  README.md-  changelog.md-  examples/Example.hs-homepage:           http://github.com/michaelxavier/drifter-postgresql-bug-reports:        http://github.com/michaelxavier/drifter-postgresql/issues--flag lib-Werror-  default: False-  manual: True--library-  exposed-modules:   Drifter.PostgreSQL-  build-depends:       base >=4.5 && <5-                     , postgresql-simple >= 0.2-                     , containers-                     , drifter >= 0.2-                     , time-                     , either-                     , mtl-                     , transformers-  hs-source-dirs:      src-  default-language:    Haskell2010--  if flag(lib-Werror)-    ghc-options: -Werror--  ghc-options: -Wall---test-suite test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  hs-source-dirs:     test-  default-language:   Haskell2010--  build-depends:    base-                  , drifter-                  , postgresql-simple-                  , drifter-postgresql-                  , tasty-                  , tasty-hunit-                  , either-                  , text--  if flag(lib-Werror)-    ghc-options: -Werror--  ghc-options: -Wall+name:                drifter-postgresql
+version:             0.2.0
+x-revision: 1
+synopsis:            PostgreSQL support for the drifter schema migration tool
+description:         Support for postgresql-simple Query migrations as well as
+                     arbitrary Haskell IO functions. Be sure to check the
+                     examples dir for a usage example.
+license:             MIT
+license-file:        LICENSE
+author:              Michael Xavier
+maintainer:          michael@michaelxavier.net
+category:            Database
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:   GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1
+extra-source-files:
+  README.md
+  changelog.md
+  examples/Example.hs
+homepage:           http://github.com/michaelxavier/drifter-postgresql
+bug-reports:        http://github.com/michaelxavier/drifter-postgresql/issues
+
+flag lib-Werror
+  default: False
+  manual: True
+
+library
+  exposed-modules:   Drifter.PostgreSQL
+  build-depends:       base >=4.5 && <5
+                     , postgresql-simple >= 0.2
+                     , containers
+                     , drifter >= 0.2
+                     , time
+                     , either
+                     , mtl
+                     , transformers >=0.4
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+  if flag(lib-Werror)
+    ghc-options: -Werror
+
+  ghc-options: -Wall
+
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  hs-source-dirs:     test
+  default-language:   Haskell2010
+
+  build-depends:    base
+                  , drifter
+                  , postgresql-simple
+                  , drifter-postgresql
+                  , tasty
+                  , tasty-hunit
+                  , either
+                  , text
+
+  if flag(lib-Werror)
+    ghc-options: -Werror
+
+  ghc-options: -Wall