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
393f8734
Commit
393f8734
authored
May 18, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bumping versions to 0.4.0.0 for upcoming hackage release
parent
3f30d5a1
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
ihaskell-aeson.cabal
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
+1
-1
ihaskell-basic.cabal
ihaskell-display/ihaskell-basic/ihaskell-basic.cabal
+1
-1
ihaskell-blaze.cabal
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
+1
-1
ihaskell-charts.cabal
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
+1
-1
ihaskell-diagrams.cabal
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
+1
-1
ihaskell-hatex.cabal
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
+1
-1
ihaskell-juicypixels.cabal
...l-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
+1
-1
ihaskell-magic.cabal
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
+1
-1
ihaskell-parsec.cabal
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
+1
-1
ihaskell-rlangqq.cabal
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
+1
-1
ihaskell-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+1
-1
ihaskell.cabal
ihaskell.cabal
+1
-1
No files found.
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
View file @
393f8734
...
...
@@ -63,7 +63,7 @@ library
aeson >= 0.7,
aeson-pretty >= 0.7,
chunked-data >=0.1,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-basic/ihaskell-basic.cabal
View file @
393f8734
...
...
@@ -63,7 +63,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
classy-prelude >=0.6,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
View file @
393f8734
...
...
@@ -65,7 +65,7 @@ library
classy-prelude >=0.6,
blaze-html >= 0.6,
blaze-markup >= 0.5,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
393f8734
...
...
@@ -65,7 +65,7 @@ library
directory,
Chart,
Chart-cairo,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
393f8734
...
...
@@ -66,7 +66,7 @@ library
diagrams==1.1.*,
diagrams-lib,
diagrams-cairo,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
View file @
393f8734
...
...
@@ -17,6 +17,6 @@ library
build-depends: base ==4.6.*,
text,
HaTeX >= 3.9,
ihaskell >= 0.
3
ihaskell >= 0.
4
default-language: Haskell2010
ihaskell-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
View file @
393f8734
...
...
@@ -67,7 +67,7 @@ library
bytestring,
directory,
JuicyPixels >= 3.1.3,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
View file @
393f8734
...
...
@@ -68,7 +68,7 @@ library
bytestring,
utf8-string,
base64-bytestring,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
View file @
393f8734
...
...
@@ -64,7 +64,7 @@ library
random >= 1,
parsec,
here,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
View file @
393f8734
...
...
@@ -18,7 +18,7 @@ library
filepath >=1.3 && <1.4,
bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1,
ihaskell >=0.
3 && <0.4
,
ihaskell >=0.
4 && <0.5
,
ihaskell-blaze >=0.1 && <0.2,
blaze-html >=0.6 && <0.8,
split >=0.2 && <0.3,
...
...
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
393f8734
...
...
@@ -62,7 +62,7 @@ library
aeson ==0.7.*,
classy-prelude,
here,
ihaskell >= 0.
3
ihaskell >= 0.
4
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell.cabal
View file @
393f8734
...
...
@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.
3.0.5
version: 0.
4.0.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
...
...
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