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
c7708acc
Commit
c7708acc
authored
Jan 09, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update cabal file dependencies, just cleaned up
parent
63ef0a8d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
120 additions
and
114 deletions
+120
-114
IHaskell.cabal
IHaskell.cabal
+109
-104
ghc-parser.cabal
ghc-parser/ghc-parser.cabal
+3
-2
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+8
-8
No files found.
IHaskell.cabal
View file @
c7708acc
...
...
@@ -40,47 +40,49 @@ category: Development
build-type: Simple
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.
8
cabal-version: >=1.
16
data-files:
profile/profile.tar
library
hs-source-dirs: src
build-depends: base ==4.6.*,
cereal == 0.3.*,
HTTP,
base64-bytestring >= 1.0,
process >= 1.1,
hlint,
cmdargs >= 0.10,
tar,
ipython-kernel,
ghc-parser,
unix >= 2.6,
hspec,
default-language: Haskell2010
build-depends:
base ==4.6.*,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal ==0.3.*,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.*,
ghc-parser -any,
ghc-paths ==0.1.*,
haskeline -any,
here -any,
hlint -any,
hspec -any,
HTTP -any,
HUnit -any,
ipython-kernel -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0,
shelly >=1.3,
split >= 0.2,
utf8-string,
strict >=0.3,
shelly >=1.3,
system-argv0,
directory,
here,
system-filepath,
filepath,
mtl >= 2.1,
transformers,
haskeline,
HUnit,
parsec
system-argv0 -any,
system-filepath -any,
tar -any,
transformers -any,
unix >= 2.6,
utf8-string -any
exposed-modules: IHaskell.Display
IHaskell.Eval.Completion
...
...
@@ -121,81 +123,84 @@ executable IHaskell
extensions: DoAndIfThenElse
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
cereal == 0.3.*,
HTTP,
base64-bytestring >= 1.0,
process >= 1.1,
hlint,
cmdargs >= 0.10,
tar,
ghc-parser,
ipython-kernel,
unix >= 2.6,
hspec,
default-language: Haskell2010
build-depends:
base ==4.6.*,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal ==0.3.*,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.*,
ghc-parser -any,
ghc-paths ==0.1.*,
haskeline -any,
here -any,
hlint -any,
hspec -any,
HTTP -any,
HUnit -any,
ipython-kernel -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0,
shelly >=1.3,
split >= 0.2,
utf8-string,
strict >=0.3,
shelly >=1.3,
system-argv0,
directory,
here,
system-filepath,
filepath,
mtl >= 2.1,
transformers,
haskeline,
HUnit,
parsec
system-argv0 -any,
system-filepath -any,
tar -any,
transformers -any,
unix >= 2.6,
utf8-string -any
Test-Suite hspec
hs-source-dirs: src
Type: exitcode-stdio-1.0
Ghc-Options: -threaded
Main-Is: Hspec.hs
build-depends: base ==4.6.*,
cereal == 0.3.*,
HTTP,
base64-bytestring >= 1.0,
process >= 1.1,
hlint,
cmdargs >= 0.10,
tar,
ghc-parser,
ipython-kernel,
unix >= 2.6,
hspec,
default-language: Haskell2010
build-depends:
base ==4.6.*,
aeson >=0.6,
MissingH >=1.2,
classy-prelude >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal ==0.3.*,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
directory -any,
filepath -any,
ghc ==7.6.*,
ghc-parser -any,
ghc-paths ==0.1.*,
haskeline -any,
here -any,
hlint -any,
hspec -any,
HTTP -any,
HUnit -any,
ipython-kernel -any,
MissingH >=1.2,
mtl >=2.1,
parsec -any,
process >=1.1,
random >=1.0,
shelly >=1.3,
split >= 0.2,
utf8-string,
strict >=0.3,
shelly >=1.3,
system-argv0,
directory,
here,
system-filepath,
filepath,
mtl >= 2.1,
transformers,
haskeline,
HUnit,
setenv,
parsec
system-argv0 -any,
system-filepath -any,
tar -any,
transformers -any,
unix >= 2.6,
utf8-string -any
extensions: DoAndIfThenElse
OverloadedStrings
...
...
ghc-parser/ghc-parser.cabal
View file @
c7708acc
...
...
@@ -14,7 +14,7 @@ maintainer: andrew.gibiansky@gmail.com
category: Language
build-type: Custom
-- extra-source-files:
cabal-version: >=1.1
0
cabal-version: >=1.1
6
extra-source-files:
build-parser.sh
...
...
@@ -25,7 +25,8 @@ library
Language.Haskell.GHC.HappyParser
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, ghc == 7.6.3
build-depends: base >=4.6 && <4.7,
ghc ==7.6.*
-- hs-source-dirs:
default-language: Haskell2010
ipython-kernel/ipython-kernel.cabal
View file @
c7708acc
...
...
@@ -27,11 +27,11 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >=4.6 && <4.7,
bytestring >= 0.10
,
aeson >= 0.6
,
text >= 0.11
,
containers >=
0.5,
unix >= 2.6
,
u
uid >= 1.3
,
cereal == 0.3.*
,
zeromq4-haskell >=
0.1
aeson >=0.6
,
bytestring >=0.10
,
cereal ==0.3.*
,
containers >=0.5,
text >=0.11
,
u
nix >=2.6
,
uuid >=1.3
,
zeromq4-haskell >=0.1
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