Skip to content

Commit f0b0edd

Browse files
committed
Require store-0.2.1.2 (fixes attempt to malloc <=0 bytes)
1 parent 2e519ed commit f0b0edd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

stack-7.8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ extra-deps:
6060
- http-api-data-0.2.2
6161
- time-locale-compat-0.1.1.1
6262
- persistent-2.5
63-
- store-0.2.1.1
64-
- store-core-0.2.0.1
63+
- store-0.2.1.2
64+
- store-core-0.2.0.2
6565
- th-reify-many-0.1.6
6666
- th-lift-instances-0.1.7
6767
- th-utilities-0.2.0.1

stack-8.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extra-deps:
1313
- http-conduit-2.2.0
1414
- http-client-tls-0.3.0
1515
- unicode-transforms-0.1.0.1
16-
- store-0.2.1.1
17-
- store-core-0.2.0.1
16+
- store-0.2.1.2
17+
- store-core-0.2.0.2
1818
- th-utilities-0.2.0.1
1919
- optparse-applicative-0.13.0.0

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ library
239239
, project-template >= 0.2
240240
, zip-archive < 0.4
241241
, hpack >= 0.14.0 && < 0.16
242-
, store >= 0.2.1.1
242+
, store >= 0.2.1.0
243243
, annotated-wl-pprint
244244
if os(windows)
245245
cpp-options: -DWINDOWS
@@ -337,7 +337,7 @@ test-suite stack-test
337337
, th-reify-many
338338
, smallcheck
339339
, bytestring
340-
, store >= 0.2.1.1
340+
, store >= 0.2.1.0
341341
, vector
342342
, template-haskell
343343
default-language: Haskell2010

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ nix:
1414
extra-deps:
1515
- th-lift-instances-0.1.7
1616
- th-utilities-0.2.0.1
17-
- store-0.2.1.1
18-
- store-core-0.2.0.1
17+
- store-0.2.1.2
18+
- store-core-0.2.0.2
1919
- th-orphans-0.13.1
2020
- http-client-0.5.0
2121
- http-client-tls-0.3.0

0 commit comments

Comments
 (0)