Skip to content

Commit ee6f766

Browse files
committed
tidy-up: remove redundant stuff again
1 parent 84ea2d5 commit ee6f766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambda-buffers-compiler/lambda-buffers-compiler.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ common common-language
8585

8686
common common-imports
8787
build-depends:
88-
, base >=4.16
89-
, lens >=5.2
90-
, QuickCheck >=2.14
88+
, base >=4.16
89+
, lens >=5.2
9190

9291
library
9392
import: common-language
@@ -101,6 +100,7 @@ library
101100
, parsec >=3.1
102101
, prettyprinter >=1.7
103102
, proto-lens >=0.7
103+
, QuickCheck >=2.14
104104
, text >=1.2
105105

106106
exposed-modules:

0 commit comments

Comments
 (0)