Skip to content

Commit

Permalink
Update from Hackage at 2019-04-24T20:56:44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 24, 2019
1 parent e2a2999 commit ad2bdfd
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
17 changes: 9 additions & 8 deletions store/0.3.1/store.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: store
version: 0.3.1
x-revision: 1
synopsis: Fast binary serialization
category: Serialization, Data
homepage: https://github.com/fpco/store#readme
Expand Down Expand Up @@ -36,7 +37,7 @@ library
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.3 && <0.4
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -64,7 +65,7 @@ library
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -101,7 +102,7 @@ test-suite store-test
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.3 && <0.4
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -129,7 +130,7 @@ test-suite store-test
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -159,7 +160,7 @@ test-suite store-weigh
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.3 && <0.4
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -187,7 +188,7 @@ test-suite store-weigh
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -217,7 +218,7 @@ benchmark store-bench
bench
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N1 -with-rtsopts=-s -with-rtsopts=-qg
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.3 && <0.4
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -245,7 +246,7 @@ benchmark store-bench
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down
17 changes: 9 additions & 8 deletions store/0.4.0/store.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: store
version: 0.4.0
x-revision: 1
synopsis: Fast binary serialization
category: Serialization, Data
homepage: https://github.com/fpco/store#readme
Expand Down Expand Up @@ -36,7 +37,7 @@ library
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -64,7 +65,7 @@ library
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -101,7 +102,7 @@ test-suite store-test
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -129,7 +130,7 @@ test-suite store-test
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -159,7 +160,7 @@ test-suite store-weigh
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -187,7 +188,7 @@ test-suite store-weigh
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -217,7 +218,7 @@ benchmark store-bench
bench
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N1 -with-rtsopts=-s -with-rtsopts=-qg
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -245,7 +246,7 @@ benchmark store-bench
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down
17 changes: 9 additions & 8 deletions store/0.4.1/store.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: store
version: 0.4.1
x-revision: 1
synopsis: Fast binary serialization
category: Serialization, Data
homepage: https://github.com/fpco/store#readme
Expand Down Expand Up @@ -36,7 +37,7 @@ library
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -64,7 +65,7 @@ library
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -101,7 +102,7 @@ test-suite store-test
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -129,7 +130,7 @@ test-suite store-test
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -159,7 +160,7 @@ test-suite store-weigh
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -187,7 +188,7 @@ test-suite store-weigh
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -217,7 +218,7 @@ benchmark store-bench
bench
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N1 -with-rtsopts=-s -with-rtsopts=-qg
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -245,7 +246,7 @@ benchmark store-bench
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down
17 changes: 9 additions & 8 deletions store/0.4.2/store.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: store
version: 0.4.2
x-revision: 1
synopsis: Fast binary serialization
category: Serialization, Data
homepage: https://github.com/fpco/store#readme
Expand Down Expand Up @@ -36,7 +37,7 @@ library
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -64,7 +65,7 @@ library
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -101,7 +102,7 @@ test-suite store-test
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -129,7 +130,7 @@ test-suite store-test
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -159,7 +160,7 @@ test-suite store-weigh
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-T -O2
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -187,7 +188,7 @@ test-suite store-weigh
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down Expand Up @@ -217,7 +218,7 @@ benchmark store-bench
bench
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N1 -with-rtsopts=-s -with-rtsopts=-qg
build-depends:
base >=4.7 && <5
base >=4.7 && <4.10
, store-core >=0.4 && <0.5
, th-utilities >=0.2
, primitive >=0.6
Expand Down Expand Up @@ -245,7 +246,7 @@ benchmark store-bench
, semigroups >=0.8
, smallcheck >=1.1.1
, syb >=0.4.4
, template-haskell >=2.9.0.0
, template-haskell >=2.9.0.0 && < 2.12
, text >=1.2.0.4
, th-lift >=0.7.1
, th-lift-instances >=0.1.4
Expand Down

0 comments on commit ad2bdfd

Please sign in to comment.