Skip to content

Commit 1ac2eb4

Browse files
authored
Merge pull request #50 from konsumlamm/master
Remove unused dependencies
2 parents 60741f8 + d505b88 commit 1ac2eb4

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

pretty-show.cabal

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,11 @@ library
4646
Text.Show.PrettyVal
4747
Paths_pretty_show
4848
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
49+
array >= 0.2 && < 2,
50+
base >= 4.6 && < 5,
51+
haskell-lexer >= 1.1 && < 2,
52+
pretty >= 1 && < 2,
53+
text
5854
ghc-options: -Wall -O2
5955
if impl(ghc < 7.4)
6056
cpp-options: -DNO_GENERICS
@@ -67,7 +63,7 @@ executable ppsh
6763

6864
hs-source-dirs: bin
6965
build-depends:
70-
base >= 4.5 && < 5,
66+
base >= 4.6 && < 5,
7167
pretty-show
7268
ghc-options: -Wall
7369

0 commit comments

Comments
 (0)