Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
6b22c664
Commit
6b22c664
authored
Oct 27, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed -dynamic flag.
parent
368ccb84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ghc-parser.cabal
ghc-parser/ghc-parser.cabal
+1
-1
ihaskell.cabal
ihaskell.cabal
+2
-3
No files found.
ghc-parser/ghc-parser.cabal
View file @
6b22c664
...
@@ -16,7 +16,6 @@ build-type: Custom
...
@@ -16,7 +16,6 @@ build-type: Custom
-- extra-source-files:
-- extra-source-files:
cabal-version: >=1.16
cabal-version: >=1.16
build-tools: happy, cpphs
extra-source-files:
extra-source-files:
build-parser.sh
build-parser.sh
...
@@ -25,6 +24,7 @@ extra-source-files:
...
@@ -25,6 +24,7 @@ extra-source-files:
HaskellParser783.y.pp
HaskellParser783.y.pp
library
library
build-tools: happy, cpphs
exposed-modules: Language.Haskell.GHC.Parser,
exposed-modules: Language.Haskell.GHC.Parser,
Language.Haskell.GHC.HappyParser
Language.Haskell.GHC.HappyParser
-- other-modules:
-- other-modules:
...
...
ihaskell.cabal
View file @
6b22c664
...
@@ -51,14 +51,13 @@ data-files:
...
@@ -51,14 +51,13 @@ data-files:
library
library
hs-source-dirs: src
hs-source-dirs: src
default-language: Haskell2010
default-language: Haskell2010
ghc-options: -threaded -dynamic
build-depends:
build-depends:
aeson >=0.6 && < 0.9,
aeson >=0.6 && < 0.9,
base >=4.6 && < 4.8,
base >=4.6 && < 4.8,
base64-bytestring >=1.0,
base64-bytestring >=1.0,
bytestring >=0.10,
bytestring >=0.10,
cereal >=0.3,
cereal >=0.3,
classy-prelude >=0.9.
2
&& <0.10,
classy-prelude >=0.9.
5
&& <0.10,
mono-traversable >=0.6 && < 0.7,
mono-traversable >=0.6 && < 0.7,
cmdargs >=0.10,
cmdargs >=0.10,
containers >=0.5,
containers >=0.5,
...
@@ -126,7 +125,7 @@ library
...
@@ -126,7 +125,7 @@ library
executable IHaskell
executable IHaskell
-- .hs or .lhs file containing the Main module.
-- .hs or .lhs file containing the Main module.
main-is: src/Main.hs
main-is: src/Main.hs
ghc-options: -threaded
-dynamic
ghc-options: -threaded
default-extensions: DoAndIfThenElse
default-extensions: DoAndIfThenElse
...
...
Write
Preview
Markdown
is supported
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