Skip to content

Commit

Permalink
stack.cabal: store >= 0.2.1.0 && < 0.4 (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Mar 26, 2017
1 parent 061b340 commit 60b1374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/MAINTAINER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* In master branch:
* stack.cabal: bump version number to unstable (odd third component)
* Changelog: add new "unreleased changes" section
* stack.yaml: bump to use latest LTS version, and check whether extra-deps
still needed
* stack-*.yaml: bump to use latest LTS minor version or nightly, and check
whether extra-deps still needed
* In RC branch:
* Update the ChangeLog:
* Check for any important changes that missed getting an entry in
Expand Down
4 changes: 2 additions & 2 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ library
, project-template >= 0.2
, zip-archive < 0.4
, hpack >= 0.17.0 && < 0.18
, store >= 0.2.1.0 && < 0.5
, store >= 0.2.1.0 && < 0.4
, annotated-wl-pprint
, file-embed >= 0.0.10
if os(windows)
Expand Down Expand Up @@ -378,7 +378,7 @@ test-suite stack-test
, th-reify-many
, smallcheck
, bytestring
, store >= 0.2.1.0 && < 0.5
, store >= 0.2.1.0 && < 0.4
, vector >= 0.10.12.3 && < 0.13
, unordered-containers
, template-haskell >= 2.9.0.0 && < 2.12
Expand Down

0 comments on commit 60b1374

Please sign in to comment.