diff --git a/postgresql-query/1.0.0/postgresql-query.cabal b/postgresql-query/1.0.0/postgresql-query.cabal index 264ea76e00f..58c36846b9a 100644 --- a/postgresql-query/1.0.0/postgresql-query.cabal +++ b/postgresql-query/1.0.0/postgresql-query.cabal @@ -1,6 +1,6 @@ name: postgresql-query version: 1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -59,10 +59,10 @@ library , blaze-builder , bytestring , containers - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl diff --git a/postgresql-query/1.0.1/postgresql-query.cabal b/postgresql-query/1.0.1/postgresql-query.cabal index 8b231ae10a1..165208fe226 100644 --- a/postgresql-query/1.0.1/postgresql-query.cabal +++ b/postgresql-query/1.0.1/postgresql-query.cabal @@ -1,6 +1,6 @@ name: postgresql-query version: 1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -63,10 +63,10 @@ library , blaze-builder , bytestring , containers - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl diff --git a/postgresql-query/1.1.0/postgresql-query.cabal b/postgresql-query/1.1.0/postgresql-query.cabal index 18ba765f428..82cf2de79c5 100644 --- a/postgresql-query/1.1.0/postgresql-query.cabal +++ b/postgresql-query/1.1.0/postgresql-query.cabal @@ -1,6 +1,6 @@ name: postgresql-query version: 1.1.0 -x-revision: 1 +x-revision: 2 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -64,10 +64,10 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl diff --git a/postgresql-query/1.1.1/postgresql-query.cabal b/postgresql-query/1.1.1/postgresql-query.cabal index 2e2a9798803..a5b2e0b664d 100644 --- a/postgresql-query/1.1.1/postgresql-query.cabal +++ b/postgresql-query/1.1.1/postgresql-query.cabal @@ -1,6 +1,6 @@ name: postgresql-query version: 1.1.1 -x-revision: 1 +x-revision: 2 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -65,10 +65,10 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl diff --git a/postgresql-query/1.2.0/postgresql-query.cabal b/postgresql-query/1.2.0/postgresql-query.cabal index 55cbcdb5c2d..00740baa744 100644 --- a/postgresql-query/1.2.0/postgresql-query.cabal +++ b/postgresql-query/1.2.0/postgresql-query.cabal @@ -1,6 +1,6 @@ name: postgresql-query version: 1.2.0 -x-revision: 1 +x-revision: 2 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -65,10 +65,10 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl diff --git a/postgresql-query/1.2.1/postgresql-query.cabal b/postgresql-query/1.2.1/postgresql-query.cabal index 57f4a2a29fc..372c3dbbfd6 100644 --- a/postgresql-query/1.2.1/postgresql-query.cabal +++ b/postgresql-query/1.2.1/postgresql-query.cabal @@ -1,6 +1,6 @@ name: postgresql-query version: 1.2.1 -x-revision: 1 +x-revision: 2 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -58,24 +58,24 @@ library , UndecidableInstances , ViewPatterns - build-depends: base >=4.7 && < 5 + build-depends: base >=4.7 && < 4.11 , aeson , attoparsec , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , time , transformers diff --git a/postgresql-query/1.3.0/postgresql-query.cabal b/postgresql-query/1.3.0/postgresql-query.cabal index f64faa9e87b..494b835b73e 100644 --- a/postgresql-query/1.3.0/postgresql-query.cabal +++ b/postgresql-query/1.3.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 1.3.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -59,24 +60,24 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers , data-default - , either + , either <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader - , hset >= 0.1.0 + , hset >= 0.1.0 && <0.2 , monad-control == 0.3.3.1 || > 1.0.0.3 , monad-logger , mtl , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , time , transformers @@ -109,4 +110,4 @@ test-suite test , tasty-hunit , tasty-quickcheck , tasty-th - , text \ No newline at end of file + , text diff --git a/postgresql-query/1.3.1/postgresql-query.cabal b/postgresql-query/1.3.1/postgresql-query.cabal index 951569fb277..9215962fb1f 100644 --- a/postgresql-query/1.3.1/postgresql-query.cabal +++ b/postgresql-query/1.3.1/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 1.3.1 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -59,15 +60,15 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 0.1.0 && < 1.0.0 , hset >= 1.0.0 && < 2.0.0 , monad-control == 0.3.3.1 || > 1.0.0.3 @@ -76,7 +77,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , time , transformers @@ -109,4 +110,4 @@ test-suite test , tasty-hunit , tasty-quickcheck , tasty-th - , text \ No newline at end of file + , text diff --git a/postgresql-query/1.4.0/postgresql-query.cabal b/postgresql-query/1.4.0/postgresql-query.cabal index 7b46ccad558..7f3b0518bfd 100644 --- a/postgresql-query/1.4.0/postgresql-query.cabal +++ b/postgresql-query/1.4.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 1.4.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -59,15 +60,15 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 0.1.0 && < 1.0.0 , hset >= 1.0.0 && < 2.0.0 , monad-control == 0.3.3.1 || > 1.0.0.3 @@ -76,7 +77,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , time , transformers @@ -109,4 +110,4 @@ test-suite test , tasty-hunit , tasty-quickcheck , tasty-th - , text \ No newline at end of file + , text diff --git a/postgresql-query/2.0.0/postgresql-query.cabal b/postgresql-query/2.0.0/postgresql-query.cabal index c49d0d576af..013ea05b4c2 100644 --- a/postgresql-query/2.0.0/postgresql-query.cabal +++ b/postgresql-query/2.0.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 2.0.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -58,15 +59,15 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 0.1.0 && < 1.0.0 , hset >= 1.0.0 && < 2.0.0 , monad-control == 0.3.3.1 || > 1.0.0.3 @@ -75,7 +76,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , th-lift , th-lift-instances @@ -110,4 +111,4 @@ test-suite test , tasty-hunit , tasty-quickcheck , tasty-th - , text \ No newline at end of file + , text diff --git a/postgresql-query/2.1.0/postgresql-query.cabal b/postgresql-query/2.1.0/postgresql-query.cabal index b10582e800f..6c0303d7f0a 100644 --- a/postgresql-query/2.1.0/postgresql-query.cabal +++ b/postgresql-query/2.1.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 2.1.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -58,15 +59,15 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , monad-control == 0.3.3.1 || > 1.0.0.3 @@ -75,7 +76,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , th-lift , th-lift-instances @@ -110,4 +111,4 @@ test-suite test , tasty-hunit , tasty-quickcheck , tasty-th - , text \ No newline at end of file + , text diff --git a/postgresql-query/2.2.0/postgresql-query.cabal b/postgresql-query/2.2.0/postgresql-query.cabal index 0cfb0c163b4..b8ba61ea5f1 100644 --- a/postgresql-query/2.2.0/postgresql-query.cabal +++ b/postgresql-query/2.2.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 2.2.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -58,15 +59,15 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , monad-control == 0.3.3.1 || > 1.0.0.3 @@ -75,7 +76,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , th-lift , th-lift-instances @@ -110,4 +111,4 @@ test-suite test , tasty-hunit , tasty-quickcheck , tasty-th - , text \ No newline at end of file + , text diff --git a/postgresql-query/2.3.0/postgresql-query.cabal b/postgresql-query/2.3.0/postgresql-query.cabal index d510a1e4b48..50ff0d63864 100644 --- a/postgresql-query/2.3.0/postgresql-query.cabal +++ b/postgresql-query/2.3.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 2.3.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -62,15 +63,15 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.8 && < 5 , blaze-builder , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , inflections >= 0.2 && < 0.3 @@ -80,7 +81,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , th-lift , th-lift-instances diff --git a/postgresql-query/3.0.0/postgresql-query.cabal b/postgresql-query/3.0.0/postgresql-query.cabal index 6ded3c93eb7..1a78c8eb447 100644 --- a/postgresql-query/3.0.0/postgresql-query.cabal +++ b/postgresql-query/3.0.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 3.0.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -75,10 +76,10 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , inflections >= 0.2 && < 0.3 @@ -88,7 +89,7 @@ library , postgresql-simple >= 0.4.10.0 , resource-pool , semigroups - , template-haskell + , template-haskell <2.11 , text , th-lift , th-lift-instances diff --git a/postgresql-query/3.0.1/postgresql-query.cabal b/postgresql-query/3.0.1/postgresql-query.cabal index c1c2c27abb7..6069086f5fd 100644 --- a/postgresql-query/3.0.1/postgresql-query.cabal +++ b/postgresql-query/3.0.1/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 3.0.1 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -75,10 +76,10 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && < 5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , inflections >= 0.2 && < 0.3 diff --git a/postgresql-query/3.1.0/postgresql-query.cabal b/postgresql-query/3.1.0/postgresql-query.cabal index 15e05652439..80a254da7d8 100644 --- a/postgresql-query/3.1.0/postgresql-query.cabal +++ b/postgresql-query/3.1.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 3.1.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -75,10 +76,10 @@ library , bytestring , containers , data-default - , either + , either >= 4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , inflections >= 0.2 && < 0.4 diff --git a/postgresql-query/3.2.0/postgresql-query.cabal b/postgresql-query/3.2.0/postgresql-query.cabal index 6f9c90f900e..87ff3c4fb2d 100644 --- a/postgresql-query/3.2.0/postgresql-query.cabal +++ b/postgresql-query/3.2.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 3.2.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -75,10 +76,10 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed - , haskell-src-meta + , haskell-src-meta <0.8 , hreader >= 1.0.0 && < 2.0.0 , hset >= 2.0.0 && < 3.0.0 , inflections >= 0.2 && < 0.4 diff --git a/postgresql-query/3.3.0/postgresql-query.cabal b/postgresql-query/3.3.0/postgresql-query.cabal index a95d293d5d2..cfb2f7c396b 100644 --- a/postgresql-query/3.3.0/postgresql-query.cabal +++ b/postgresql-query/3.3.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 3.3.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -75,7 +76,7 @@ library , bytestring , containers , data-default - , either + , either >=4.1 && <5 , exceptions , file-embed , haskell-src-meta diff --git a/postgresql-query/3.4.0/postgresql-query.cabal b/postgresql-query/3.4.0/postgresql-query.cabal index 1250691e75a..3438b1e3bf6 100644 --- a/postgresql-query/3.4.0/postgresql-query.cabal +++ b/postgresql-query/3.4.0/postgresql-query.cabal @@ -1,5 +1,6 @@ name: postgresql-query version: 3.4.0 +x-revision: 1 synopsis: Sql interpolating quasiquote plus some kind of primitive ORM using it @@ -70,7 +71,7 @@ library build-depends: aeson , attoparsec - , base >=4.6 && < 5 + , base >=4.6 && < 4.11 , blaze-builder , bytestring , containers