summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal70
1 files changed, 33 insertions, 37 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 4938334..441af68 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -18,9 +18,6 @@ Description:
<https://github.com/jaspervdj/stylish-haskell/blob/master/README.markdown>
-Data-files:
- data/stylish-haskell.yaml
-
Extra-source-files:
CHANGELOG,
README.markdown
@@ -50,40 +47,39 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.3,
- base >= 4.8 && < 5,
- bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.4,
- filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.21,
- mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.9
+ aeson >= 0.6 && < 1.3,
+ base >= 4.8 && < 5,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.3 && < 0.6,
+ directory >= 1.1 && < 1.4,
+ filepath >= 1.1 && < 1.5,
+ file-embed >= 0.0.10 && < 0.1,
+ haskell-src-exts >= 1.18 && < 1.21,
+ mtl >= 2.0 && < 2.3,
+ syb >= 0.3 && < 0.8,
+ yaml >= 0.7 && < 0.9
Executable stylish-haskell
Ghc-options: -Wall
Hs-source-dirs: src
Main-is: Main.hs
- Other-modules:
- Paths_stylish_haskell
-
Build-depends:
stylish-haskell,
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.15,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.3,
- base >= 4.8 && < 5,
- bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.4,
- filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.21,
- mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.9
+ aeson >= 0.6 && < 1.3,
+ base >= 4.8 && < 5,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.3 && < 0.6,
+ directory >= 1.1 && < 1.4,
+ filepath >= 1.1 && < 1.5,
+ file-embed >= 0.0.10 && < 0.1,
+ haskell-src-exts >= 1.18 && < 1.21,
+ mtl >= 2.0 && < 2.3,
+ syb >= 0.3 && < 0.8,
+ yaml >= 0.7 && < 0.9
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -114,23 +110,23 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Tests.Util
Language.Haskell.Stylish.Util
Language.Haskell.Stylish.Verbose
- Paths_stylish_haskell
Build-depends:
HUnit >= 1.2 && < 1.7,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.3,
- base >= 4.8 && < 5,
- bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
- directory >= 1.2.3 && < 1.4,
- filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.21,
- mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.9
+ aeson >= 0.6 && < 1.3,
+ base >= 4.8 && < 5,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.3 && < 0.6,
+ directory >= 1.1 && < 1.4,
+ filepath >= 1.1 && < 1.5,
+ file-embed >= 0.0.10 && < 0.1,
+ haskell-src-exts >= 1.18 && < 1.21,
+ mtl >= 2.0 && < 2.3,
+ syb >= 0.3 && < 0.8,
+ yaml >= 0.7 && < 0.9
Source-repository head
Type: git