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
0e6dc7e5
Commit
0e6dc7e5
authored
Jun 12, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cabal side packages to ghc 7.8
parent
d87d7e72
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
131 additions
and
95 deletions
+131
-95
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-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+1
-1
IHaskell.ipynb
notebooks/IHaskell.ipynb
+120
-84
Evaluate.hs
src/IHaskell/Eval/Evaluate.hs
+1
-1
No files found.
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
View file @
0e6dc7e5
...
...
@@ -57,7 +57,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
here,
classy-prelude >=0.7,
aeson >= 0.7,
...
...
ihaskell-display/ihaskell-basic/ihaskell-basic.cabal
View file @
0e6dc7e5
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
classy-prelude >=0.6,
ihaskell >= 0.4
...
...
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
View file @
0e6dc7e5
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
classy-prelude >=0.6,
blaze-html >= 0.6,
blaze-markup >= 0.5,
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
0e6dc7e5
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
classy-prelude >=0.6,
bytestring,
data-default-class,
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
0e6dc7e5
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
classy-prelude >=0.6,
bytestring,
directory,
...
...
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
View file @
0e6dc7e5
...
...
@@ -14,7 +14,7 @@ cabal-version: >=1.16
library
exposed-modules: IHaskell.Display.Hatex
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
text,
HaTeX >= 3.9,
ihaskell >= 0.4
...
...
ihaskell-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
View file @
0e6dc7e5
...
...
@@ -62,7 +62,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
classy-prelude >=0.6,
bytestring,
directory,
...
...
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
View file @
0e6dc7e5
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
classy-prelude >=0.6,
magic >= 1.0.8,
text,
...
...
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
View file @
0e6dc7e5
...
...
@@ -57,7 +57,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
aeson ==0.7.*,
unordered-containers,
classy-prelude,
...
...
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
0e6dc7e5
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
build-depends: base ==4.6.*
|| ==4.7.*
,
aeson ==0.7.*,
classy-prelude,
here,
...
...
notebooks/IHaskell.ipynb
View file @
0e6dc7e5
This diff is collapsed.
Click to expand it.
src/IHaskell/Eval/Evaluate.hs
View file @
0e6dc7e5
...
...
@@ -78,7 +78,7 @@ import Data.Version (versionBranch)
data
ErrorOccurred
=
Success
|
Failure
deriving
(
Show
,
Eq
)
debug
::
Bool
debug
=
Tru
e
debug
=
Fals
e
ignoreTypePrefixes
::
[
String
]
ignoreTypePrefixes
=
[
"GHC.Types"
,
"GHC.Base"
,
"GHC.Show"
,
"System.IO"
,
...
...
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