From b9a616820599f8c6f129fd464700b41e619ede09 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 30 Jun 2020 14:55:36 +0200 Subject: Bump tasty upper bound to 1.4 --- hakyll.cabal | 2 +- stack.yaml | 4 +--- stack.yaml.lock | 16 +--------------- 3 files changed, 3 insertions(+), 19 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 6607ebf..570aa2a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -266,7 +266,7 @@ Test-suite hakyll-tests Build-Depends: hakyll, QuickCheck >= 2.8 && < 2.14, - tasty >= 0.11 && < 1.3, + tasty >= 0.11 && < 1.4, tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, -- Copy pasted from hakyll dependencies: diff --git a/stack.yaml b/stack.yaml index fff5623..c3958dd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,6 +22,4 @@ build: haddock-hyperlink-source: true haddock-deps: false -extra-deps: -- 'lrucache-1.2.0.1' -- 'warp-3.3.9' +extra-deps: [] diff --git a/stack.yaml.lock b/stack.yaml.lock index 2d4b776..ebcdead 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -3,21 +3,7 @@ # For more information, please see the documentation at: # https://docs.haskellstack.org/en/stable/lock_files -packages: -- completed: - hackage: lrucache-1.2.0.1@sha256:18fc3d7052012c7ab3cd395160f34b53c5e1ec5379cc45185baf35b90ffadc2e,1254 - pantry-tree: - size: 619 - sha256: 61b2a39a11873f2d8a577e1f6b5e848d2f465ea7f6837ce15436796d3a20eda0 - original: - hackage: lrucache-1.2.0.1 -- completed: - hackage: warp-3.3.9@sha256:fc09116f4298811129b3a405f8487459ea7a052132f7474c3cd598cdc7d3d77b,10797 - pantry-tree: - size: 3898 - sha256: 54ca89c1bebb00b20a54aca8838e2e32ff68775d84b50a3139438b49646b431f - original: - hackage: warp-3.3.9 +packages: [] snapshots: - completed: size: 491387 -- cgit v1.2.3