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
Software
CoPaR
Commits
49216577
Commit
49216577
authored
Nov 09, 2018
by
Hans-Peter Deifel
🐢
Browse files
cabal: Rename project
ma -> copar
parent
c2d9e6c9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ma.cabal
View file @
49216577
-- Initial ma.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name:
ma
name:
copar
version: 0.1.0.0
-- synopsis:
-- description:
...
...
@@ -103,12 +103,12 @@ library
if flag(release)
cpp-options: -DRELEASE
executable
ma
executable
copar
main-is: Main.hs
build-depends: base >=4.11 && <4.13
hs-source-dirs: src/main
default-language: Haskell2010
build-depends:
ma
build-depends:
copar
, containers
, text
, vector
...
...
@@ -174,7 +174,7 @@ test-suite spec
, unordered-containers
, containers
, mtl
,
ma
,
copar
build-tool-depends: hspec-discover:hspec-discover ==2.*
test-suite doctests
...
...
@@ -183,7 +183,7 @@ test-suite doctests
main-is: DocTests.hs
default-language: Haskell2010
build-depends: base >= 4.11
,
ma
,
copar
, doctest
test-suite examples
...
...
@@ -192,7 +192,7 @@ test-suite examples
main-is: Examples.hs
default-language: Haskell2010
build-depends: base >= 4.11
,
ma
,
copar
, hspec
, directory
, text
...
...
@@ -221,7 +221,7 @@ benchmark bench
, TypeApplications
, RankNTypes
build-depends: base >= 4.11
,
ma
,
copar
, criterion
, text
, megaparsec >= 7 && <8
...
...
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