summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorMaxim Koltsov <kolmax94@gmail.com>2020-02-17 19:32:01 +0100
committerGitHub <noreply@github.com>2020-02-17 19:32:01 +0100
commitb8a731eb948b98019b8663c6fc653d2c930df2b1 (patch)
treeac2b95867755910564075caac605636e9babcaf7 /stylish-haskell.cabal
parentab85690eb35dec46c8eb80a930337249f34b9f80 (diff)
downloadstylish-haskell-b8a731eb948b98019b8663c6fc653d2c930df2b1.tar.gz
Introduce nicer style for records (#266)
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index b3f2975..6bad961 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -64,6 +64,7 @@ Library
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.20,
syb >= 0.3 && < 0.8,
+ text >= 1.2 && < 1.3,
HsYAML-aeson >=0.2.0 && < 0.3,
HsYAML >=0.2.0 && < 0.3
@@ -148,6 +149,7 @@ Test-suite stylish-haskell-tests
haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
+ text >= 1.2 && < 1.3,
HsYAML-aeson >=0.2.0 && < 0.3,
HsYAML >=0.2.0 && < 0.3