packages feed

Cabal revisions of hasql-migration-0.1.3

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

revision 1
-name:                       hasql-migration-version:                    0.1.3-synopsis:                   PostgreSQL Schema Migrations-homepage:                   https://github.com/tvh/hasql-migration-Bug-reports:                https://github.com/tvh/hasql-migration/issues-license:                    BSD3-license-file:               License-author:                     Timo von Holtz <tvh@tvholtz.de>-maintainer:                 Timo von Holtz <tvh@tvholtz.de>-copyright:                  Timo von Holtz, Andreas Meingast-category:                   Database-build-type:                 Simple-cabal-version:              >= 1.10-description:                A PostgreSQL-simple schema migration utility--extra-source-files:         License-                            Readme.markdown--                            test/*.hs-                            test/Hasql/*.hs--                            share/test/*.sql-                            share/test/scripts/*.sql--source-repository head-    type:                   git-    location:               git://github.com/tvh/hasql-migration--Library-    exposed-modules:        Hasql.Migration-                            Hasql.Migration.Util-    hs-source-dirs:         src-    ghc-options:            -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns-    default-language:       Haskell2010-    build-depends:          base                        >= 4.7      && < 5.0,-                            base64-bytestring           >= 1.0      && < 1.1,-                            bytestring                  >= 0.10     && < 0.11,-                            contravariant               >= 1.3      && < 1.5,-                            cryptohash                  >= 0.11     && < 0.12,-                            data-default-class          >= 0.0.1    && < 0.2,-                            directory                   >= 1.2      && < 1.4,-                            hasql                       >= 0.19     && < 0.20,-                            hasql-transaction           >= 0.5      && < 0.6,-                            text                        >= 1.2      && < 1.3,-                            time                        >= 1.4      && < 1.7--test-suite tests-    main-is:                Main.hs-    hs-source-dirs:         test-    ghc-options:            -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns-    default-language:       Haskell2010-    type:                   exitcode-stdio-1.0-    build-depends:          base                        >= 4.7      && < 5.0,-                            bytestring                  >= 0.10     && < 0.11,-                            hasql                       >= 0.19     && < 0.20,-                            hasql-migration,-                            hasql-transaction           >= 0.5      && < 0.6,-                            hspec                       >= 2.2      && < 2.4,-                            transformers                >= 0.3      && < 0.6+name:                       hasql-migration
+version:                    0.1.3
+x-revision: 1
+synopsis:                   PostgreSQL Schema Migrations
+homepage:                   https://github.com/tvh/hasql-migration
+Bug-reports:                https://github.com/tvh/hasql-migration/issues
+license:                    BSD3
+license-file:               License
+author:                     Timo von Holtz <tvh@tvholtz.de>
+maintainer:                 Timo von Holtz <tvh@tvholtz.de>
+copyright:                  Timo von Holtz, Andreas Meingast
+category:                   Database
+build-type:                 Simple
+cabal-version:              >= 1.10
+description:                A PostgreSQL-simple schema migration utility
+
+extra-source-files:         License
+                            Readme.markdown
+
+                            test/*.hs
+                            test/Hasql/*.hs
+
+                            share/test/*.sql
+                            share/test/scripts/*.sql
+
+source-repository head
+    type:                   git
+    location:               git://github.com/tvh/hasql-migration
+
+Library
+    exposed-modules:        Hasql.Migration
+                            Hasql.Migration.Util
+    hs-source-dirs:         src
+    ghc-options:            -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
+    default-language:       Haskell2010
+    build-depends:          base                        >= 4.7 && < 5,
+                            base64-bytestring           >= 1.0,
+                            bytestring                  >= 0.10,
+                            contravariant               >= 1.3,
+                            cryptohash                  >= 0.11,
+                            data-default-class          >= 0.0.1,
+                            directory                   >= 1.2,
+                            hasql                       >= 0.19,
+                            hasql-transaction           >= 0.5,
+                            text                        >= 1.2,
+                            time                        >= 1.4
+
+test-suite tests
+    main-is:                Main.hs
+    hs-source-dirs:         test
+    ghc-options:            -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
+    default-language:       Haskell2010
+    type:                   exitcode-stdio-1.0
+    build-depends:          base                        >= 4.7 && < 5,
+                            bytestring                  >= 0.10,
+                            hasql                       >= 0.19,
+                            hasql-migration,
+                            hasql-transaction           >= 0.5,
+                            hspec                       >= 2.2,
+                            transformers                >= 0.3
revision 2
 name:                       hasql-migration
 version:                    0.1.3
-x-revision: 1
+x-revision: 2
 synopsis:                   PostgreSQL Schema Migrations
 homepage:                   https://github.com/tvh/hasql-migration
 Bug-reports:                https://github.com/tvh/hasql-migration/issues
                             cryptohash                  >= 0.11,
                             data-default-class          >= 0.0.1,
                             directory                   >= 1.2,
-                            hasql                       >= 0.19,
-                            hasql-transaction           >= 0.5,
+                            hasql                       >= 0.19 && <0.20 || >= 1.0 && <1.3,
+                            hasql-transaction           >= 0.5 && <0.7,
                             text                        >= 1.2,
                             time                        >= 1.4