We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d84ca0 + bb309e6 commit 7bf78deCopy full SHA for 7bf78de
happy.cabal
@@ -120,6 +120,12 @@ extra-source-files:
120
tests/precedence002.y
121
tests/test_rules.y
122
123
+custom-setup
124
+ setup-depends: Cabal <2.1,
125
+ base <5,
126
+ directory <1.4,
127
+ filepath <1.5
128
+
129
source-repository head
130
type: git
131
location: https://github.com/simonmar/happy.git
@@ -133,7 +139,7 @@ executable happy
133
139
134
140
build-depends: base < 5,
135
141
array,
136
- containers,
142
+ containers >= 0.4.2,
137
143
mtl >= 1.0
138
144
145
extensions: CPP, MagicHash, FlexibleContexts
0 commit comments