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
cb0dc7a3
Commit
cb0dc7a3
authored
Aug 12, 2015
by
Luke Randall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow aeson 0.9
parent
08da2020
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
ihaskell-parsec.cabal
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
+1
-1
ihaskell-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+1
-1
ihaskell.cabal
ihaskell.cabal
+4
-4
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+1
-1
No files found.
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
View file @
cb0dc7a3
...
...
@@ -59,7 +59,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.9,
aeson >=0.7 && <0.
9
,
aeson >=0.7 && <0.
10
,
text,
unordered-containers,
random >= 1,
...
...
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
cb0dc7a3
...
...
@@ -91,7 +91,7 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: aeson >=0.7 && < 0.
9
build-depends: aeson >=0.7 && < 0.
10
, base >=4.7 && <4.9
, containers >= 0.5
, ipython-kernel >= 0.6.1.1
...
...
ihaskell.cabal
View file @
cb0dc7a3
...
...
@@ -54,8 +54,8 @@ flag binPkgDb
library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
aeson >=0.7 && < 0.
9
,
build-depends:
aeson >=0.7 && < 0.
10
,
base >=4.6 && < 4.9,
base64-bytestring >=1.0,
bytestring >=0.10,
...
...
@@ -142,7 +142,7 @@ executable ihaskell
transformers -any,
ghc >=7.6 || < 7.11,
here ==1.2.*,
aeson >=0.7 && < 0.
9
,
aeson >=0.7 && < 0.
10
,
bytestring >=0.10,
containers >=0.5,
strict >=0.3,
...
...
@@ -166,7 +166,7 @@ Test-Suite hspec
default-language: Haskell2010
build-depends:
ihaskell,
aeson >=0.6 && < 0.
9
,
aeson >=0.6 && < 0.
10
,
base >=4.6 && < 4.9,
base64-bytestring >=1.0,
bytestring >=0.10,
...
...
ipython-kernel/ipython-kernel.cabal
View file @
cb0dc7a3
...
...
@@ -35,7 +35,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >=4.6 && < 4.9,
aeson >=0.6 && < 0.
9
,
aeson >=0.6 && < 0.
10
,
bytestring >=0.10,
cereal >=0.3,
containers >=0.5,
...
...
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