summaryrefslogtreecommitdiffhomepage
path: root/stack.yaml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-10-29 16:09:19 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-10-29 16:09:19 +0100
commit9df647162ce342b9dac3a931c453545c138973b8 (patch)
tree9ba2b3f1c964860e8742018d79f306918d288d99 /stack.yaml
parente29c7ecb2f937f97b0de834da6442f6ba5157cd7 (diff)
downloadstylish-haskell-9df647162ce342b9dac3a931c453545c138973b8.tar.gz
Bump Cabal upper bound to 3.1
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml5
1 files changed, 4 insertions, 1 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'