Skip to content

Commit

Permalink
Use store-0.2.1.1 to fix 32-bit segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Sep 10, 2016
1 parent a2c4141 commit 720f5f8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions stack-7.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ extra-deps:
- http-api-data-0.2.2
- time-locale-compat-0.1.1.1
- persistent-2.5
- store-0.2.1.0
- store-core-0.2.0.0
- store-0.2.1.1
- store-core-0.2.0.1
- th-reify-many-0.1.6
- th-lift-instances-0.1.7
- th-utilities-0.2.0.1
Expand Down
4 changes: 2 additions & 2 deletions stack-8.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extra-deps:
- http-conduit-2.2.0
- http-client-tls-0.3.0
- unicode-transforms-0.1.0.1
- store-0.2.1.0
- store-core-0.2.0.0
- store-0.2.1.1
- store-core-0.2.0.1
- th-utilities-0.2.0.1
- optparse-applicative-0.13.0.0
4 changes: 2 additions & 2 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ library
, project-template >= 0.2
, zip-archive < 0.4
, hpack >= 0.14.0 && < 0.16
, store
, store >= 0.2.1.1
, annotated-wl-pprint
if os(windows)
cpp-options: -DWINDOWS
Expand Down Expand Up @@ -337,7 +337,7 @@ test-suite stack-test
, th-reify-many
, smallcheck
, bytestring
, store
, store >= 0.2.1.1
, vector
, template-haskell
default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ nix:
extra-deps:
- th-lift-instances-0.1.7
- th-utilities-0.2.0.1
- store-0.2.1.0
- store-core-0.2.0.0
- store-0.2.1.1
- store-core-0.2.0.1
- th-orphans-0.13.1
- http-client-0.5.0
- http-client-tls-0.3.0
Expand Down

0 comments on commit 720f5f8

Please sign in to comment.