summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorGeorgy Lukyanov <lukyanov.georgy@gmail.com>2019-10-28 11:33:03 +0000
committerJasper Van der Jeugt <m@jaspervdj.be>2019-10-28 12:33:03 +0100
commit48f1ac6da51d0e8b53d38f2c57083176edaf5d5e (patch)
treeb82a8d346382d3027460dc89f7423562489895fd /stylish-haskell.cabal
parent5fdf552dda08a749349602791b9e78c339712c0c (diff)
downloadstylish-haskell-48f1ac6da51d0e8b53d38f2c57083176edaf5d5e.tar.gz
Read extensions from cabal file
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index bb4ad46..9de3eb6 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -52,6 +52,7 @@ Library
aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
+ Cabal >= 2.4.0.1,
containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
@@ -76,6 +77,7 @@ Executable stylish-haskell
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
+ Cabal >= 2.4.0.1,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
@@ -94,6 +96,7 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Align
Language.Haskell.Stylish.Block
Language.Haskell.Stylish.Config
+ Language.Haskell.Stylish.Config.Tests
Language.Haskell.Stylish.Editor
Language.Haskell.Stylish.Parse
Language.Haskell.Stylish.Parse.Tests
@@ -120,11 +123,13 @@ Test-suite stylish-haskell-tests
HUnit >= 1.2 && < 1.7,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
+ random >= 1.1,
-- Copied from regular dependencies...
aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
+ Cabal >= 2.4.0.1,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,