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.
1 parent b53cea8 commit eda84beCopy full SHA for eda84be
lambda-buffers-compiler/lambda-buffers-compiler.cabal
@@ -86,15 +86,15 @@ common common-language
86
87
common common-imports
88
build-depends:
89
- , base >=4.16
90
- , data-default >=0.7
91
- , lens >=5.2
+ , base >=4.16
+ , lens >=5.2
92
93
library
94
import: common-language
95
import: common-imports
96
97
, containers >=0.6.5.1
+ , data-default >=0.7
98
, freer-simple >=1.2
99
, generic-arbitrary
100
, generic-lens >=2.2
@@ -157,6 +157,7 @@ test-suite tests
157
main-is: Test.hs
158
159
, containers >=0.6
160
161
162
, hedgehog >=1.2
163
, lambda-buffers-compiler
0 commit comments