Skip to content

Commit

Permalink
Update selective version to 0.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isovector committed Jul 6, 2020
1 parent 031d229 commit 2f2c8d3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion checkers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source-repository head
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base >= 4.8 && < 5, random, QuickCheck>=2.3, array >= 0.1, semigroupoids >= 5 && < 6, selective >= 0.2 && < 1.0
Build-Depends: base >= 4.8 && < 5, random, QuickCheck>=2.3, array >= 0.1, semigroupoids >= 5 && < 6, selective >= 0.4.1.1 && < 1.0
if !impl(ghc >= 8.0)
build-depends:
semigroups >= 0.18.2 && < 0.19
Expand Down
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ flags: {}
# resolver: lts-13.0 # ghc-8.6.3
# resolver: lts-13.13 # ghc-8.6.4
resolver: lts-14.4 # ghc-8.6.5

extra-deps:
- selective-0.4.1.1
19 changes: 19 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: selective-0.4.1.1@sha256:8fde5178e57f9d5413dff636df5f279ae13337034f112ebe12ce2b333144ad5a,3533
pantry-tree:
size: 1160
sha256: 474138c9248d8ee050a39f13e1fe842d2dc3ffd462dc4d521e958e003e009169
original:
hackage: selective-0.4.1.1
snapshots:
- completed:
size: 488576
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/0.yaml
sha256: e4b6a87b47ec1cf63a7f1a0884a3b276fce2b0d174a10e8753c4f618e7983568
original: lts-15.0

0 comments on commit 2f2c8d3

Please sign in to comment.