Skip to content

Commit

Permalink
Update from Hackage at 2018-09-25T23:16:56Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 25, 2018
1 parent 6953dd9 commit 35d90c5
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 66 deletions.
6 changes: 3 additions & 3 deletions postgresql-query/1.0.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions postgresql-query/1.0.1/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions postgresql-query/1.1.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions postgresql-query/1.1.1/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions postgresql-query/1.2.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions postgresql-query/1.2.1/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
13 changes: 7 additions & 6 deletions postgresql-query/1.3.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -109,4 +110,4 @@ test-suite test
, tasty-hunit
, tasty-quickcheck
, tasty-th
, text
, text
11 changes: 6 additions & 5 deletions postgresql-query/1.3.1/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -76,7 +77,7 @@ library
, postgresql-simple >= 0.4.10.0
, resource-pool
, semigroups
, template-haskell
, template-haskell <2.11
, text
, time
, transformers
Expand Down Expand Up @@ -109,4 +110,4 @@ test-suite test
, tasty-hunit
, tasty-quickcheck
, tasty-th
, text
, text
11 changes: 6 additions & 5 deletions postgresql-query/1.4.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -76,7 +77,7 @@ library
, postgresql-simple >= 0.4.10.0
, resource-pool
, semigroups
, template-haskell
, template-haskell <2.11
, text
, time
, transformers
Expand Down Expand Up @@ -109,4 +110,4 @@ test-suite test
, tasty-hunit
, tasty-quickcheck
, tasty-th
, text
, text
11 changes: 6 additions & 5 deletions postgresql-query/2.0.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -110,4 +111,4 @@ test-suite test
, tasty-hunit
, tasty-quickcheck
, tasty-th
, text
, text
11 changes: 6 additions & 5 deletions postgresql-query/2.1.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -110,4 +111,4 @@ test-suite test
, tasty-hunit
, tasty-quickcheck
, tasty-th
, text
, text
11 changes: 6 additions & 5 deletions postgresql-query/2.2.0/postgresql-query.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -110,4 +111,4 @@ test-suite test
, tasty-hunit
, tasty-quickcheck
, tasty-th
, text
, text
Loading

0 comments on commit 35d90c5

Please sign in to comment.