From 9df647162ce342b9dac3a931c453545c138973b8 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 29 Oct 2019 16:09:19 +0100 Subject: Bump Cabal upper bound to 3.1 --- stack.yaml | 5 ++++- stylish-haskell.cabal | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/stack.yaml b/stack.yaml index 1dacceb..2d7969b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,6 @@ resolver: lts-14.6 packages: - - '.' +- '.' + +extra-deps: +- 'Cabal-3.0.0.0' diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index a8be429..bb490e1 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -54,7 +54,7 @@ Library aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, - Cabal >= 2.4 && < 2.5, + Cabal >= 2.4 && < 3.1, containers >= 0.3 && < 0.7, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, @@ -78,7 +78,7 @@ Executable stylish-haskell aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, - Cabal >= 2.4 && < 2.5, + Cabal >= 2.4 && < 3.1, containers >= 0.3 && < 0.7, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, @@ -132,7 +132,7 @@ Test-suite stylish-haskell-tests aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, - Cabal >= 2.4 && < 2.5, + Cabal >= 2.4 && < 3.1, containers >= 0.3 && < 0.7, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, -- cgit v1.2.3