We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60741f8 + d505b88 commit 1ac2eb4Copy full SHA for 1ac2eb4
1 file changed
pretty-show.cabal
@@ -46,15 +46,11 @@ library
46
Text.Show.PrettyVal
47
Paths_pretty_show
48
build-depends:
49
- array >= 0.2 && < 2,
50
- base >= 4.5 && < 5,
51
- haskell-lexer >= 1.1 && < 2,
52
- pretty >= 1 && < 2,
53
- text,
54
- filepath,
55
- unordered-containers,
56
- hashable,
57
- ghc-prim
+ array >= 0.2 && < 2,
+ base >= 4.6 && < 5,
+ haskell-lexer >= 1.1 && < 2,
+ pretty >= 1 && < 2,
+ text
58
ghc-options: -Wall -O2
59
if impl(ghc < 7.4)
60
cpp-options: -DNO_GENERICS
@@ -67,7 +63,7 @@ executable ppsh
67
63
68
64
hs-source-dirs: bin
69
65
70
66
71
pretty-show
72
ghc-options: -Wall
73
0 commit comments