summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal25
1 files changed, 18 insertions, 7 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index a0b1479..8e9dffd 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.4.4
+Version: 0.11.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -29,6 +29,7 @@ Library
Exposed-modules:
Language.Haskell.Stylish
+ Language.Haskell.Stylish.Step.Data
Language.Haskell.Stylish.Step.Imports
Language.Haskell.Stylish.Step.LanguagePragmas
Language.Haskell.Stylish.Step.SimpleAlign
@@ -59,11 +60,13 @@ Library
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.23,
+ haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.20,
syb >= 0.3 && < 0.8,
- yaml >= 0.8.11 && < 0.12
+ text >= 1.2 && < 1.3,
+ HsYAML-aeson >=0.2.0 && < 0.3,
+ HsYAML >=0.2.0 && < 0.3
Executable stylish-haskell
Ghc-options: -Wall
@@ -83,10 +86,11 @@ Executable stylish-haskell
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.23,
+ haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
- yaml >= 0.8.11 && < 0.12
+ HsYAML-aeson >=0.2.0 && < 0.3,
+ HsYAML >=0.2.0 && < 0.3
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -95,6 +99,7 @@ Test-suite stylish-haskell-tests
Type: exitcode-stdio-1.0
Other-modules:
+ Language.Haskell.Stylish
Language.Haskell.Stylish.Align
Language.Haskell.Stylish.Block
Language.Haskell.Stylish.Config
@@ -107,6 +112,8 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Step
Language.Haskell.Stylish.Step.Imports
Language.Haskell.Stylish.Step.Imports.Tests
+ Language.Haskell.Stylish.Step.Data
+ Language.Haskell.Stylish.Step.Data.Tests
Language.Haskell.Stylish.Step.LanguagePragmas
Language.Haskell.Stylish.Step.LanguagePragmas.Tests
Language.Haskell.Stylish.Step.SimpleAlign
@@ -119,9 +126,11 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Step.TrailingWhitespace.Tests
Language.Haskell.Stylish.Step.UnicodeSyntax
Language.Haskell.Stylish.Step.UnicodeSyntax.Tests
+ Language.Haskell.Stylish.Tests
Language.Haskell.Stylish.Tests.Util
Language.Haskell.Stylish.Util
Language.Haskell.Stylish.Verbose
+ Paths_stylish_haskell
Build-depends:
HUnit >= 1.2 && < 1.7,
@@ -137,10 +146,12 @@ Test-suite stylish-haskell-tests
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.23,
+ haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
- yaml >= 0.8.11 && < 0.12
+ text >= 1.2 && < 1.3,
+ HsYAML-aeson >=0.2.0 && < 0.3,
+ HsYAML >=0.2.0 && < 0.3
Source-repository head
Type: git