Skip to content

Commit 7bf78de

Browse files
authored
Merge pull request #88 from domenkozar/cabal-fixes
Catch up with cabal modifications on hackage
2 parents 2d84ca0 + bb309e6 commit 7bf78de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

happy.cabal

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ extra-source-files:
120120
tests/precedence002.y
121121
tests/test_rules.y
122122

123+
custom-setup
124+
setup-depends: Cabal <2.1,
125+
base <5,
126+
directory <1.4,
127+
filepath <1.5
128+
123129
source-repository head
124130
type: git
125131
location: https://github.com/simonmar/happy.git
@@ -133,7 +139,7 @@ executable happy
133139

134140
build-depends: base < 5,
135141
array,
136-
containers,
142+
containers >= 0.4.2,
137143
mtl >= 1.0
138144

139145
extensions: CPP, MagicHash, FlexibleContexts

0 commit comments

Comments
 (0)