Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
7c9a2d7d
Commit
7c9a2d7d
authored
Oct 01, 2018
by
Marc Coiffier
Browse files
Remove spurious dependency on curly-core in the capricon project
parent
588841ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
capricon/capricon.cabal
View file @
7c9a2d7d
...
...
@@ -18,7 +18,7 @@ cabal-version: >=1.10
library
exposed-modules: Algebra.Monad.Concatenative
default-extensions: RebindableSyntax
build-depends: base >=4.9 && <4.10,
curly-core >=0.7 && <0.8,
definitive-base >=2.6 && <2.7, definitive-parser
build-depends: base >=4.9 && <4.10,definitive-base >=2.6 && <2.7, definitive-parser
ghc-options: -Wincomplete-patterns -Wname-shadowing -Werror
hs-source-dirs: src
default-language: Haskell2010
...
...
@@ -28,7 +28,7 @@ executable capricon
default-extensions: RebindableSyntax
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <4.10,
curly-core >=0.7 && <0.8,
definitive-base >=2.6 && <2.7, definitive-parser, capricon, hreadline, directory, filepath
build-depends: base >=4.9 && <4.10,definitive-base >=2.6 && <2.7, definitive-parser, capricon, hreadline, directory, filepath
ghc-options: -Wincomplete-patterns -Wname-shadowing -Werror
hs-source-dirs: exe
default-language: Haskell2010
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment