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
deeaf003
Commit
deeaf003
authored
Mar 13, 2017
by
Andrei Barbu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove default flags; they break ghci
parent
514aa55b
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
8 additions
and
51 deletions
+8
-51
.ghci
.ghci
+0
-1
ihaskell-aeson.cabal
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
+0
-4
ihaskell-blaze.cabal
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
+0
-4
ihaskell-charts.cabal
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
+0
-4
ihaskell-diagrams.cabal
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
+0
-4
ihaskell-gnuplot.cabal
ihaskell-display/ihaskell-gnuplot/ihaskell-gnuplot.cabal
+0
-4
ihaskell-juicypixels.cabal
...l-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
+0
-4
ihaskell-magic.cabal
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
+0
-4
ihaskell-plot.cabal
ihaskell-display/ihaskell-plot/ihaskell-plot.cabal
+0
-4
ihaskell.cabal
ihaskell.cabal
+0
-17
IHaskellPrelude.hs
main/IHaskellPrelude.hs
+1
-1
Main.hs
main/Main.hs
+1
-0
Widgets.hs
src/IHaskell/Eval/Widgets.hs
+1
-0
Flags.hs
src/IHaskell/Flags.hs
+1
-0
IPython.hs
src/IHaskell/IPython.hs
+1
-0
Publish.hs
src/IHaskell/Publish.hs
+1
-0
Types.hs
src/IHaskell/Types.hs
+1
-0
IHaskellPrelude.hs
src/IHaskellPrelude.hs
+1
-0
No files found.
.ghci
View file @
deeaf003
:set -package ghc
:set -package ghc-paths
:set -i. -isrc -idist/build/autogen
:set -XDoAndIfThenElse -XOverloadedStrings
:set prompt "\ESC[34mλ> \ESC[m"
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
View file @
deeaf003
...
...
@@ -51,10 +51,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
...
...
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
View file @
deeaf003
...
...
@@ -55,10 +55,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6,
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
deeaf003
...
...
@@ -52,10 +52,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6,
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
deeaf003
...
...
@@ -53,10 +53,6 @@ library
-- Modules included in this library but not exported.
other-modules: IHaskell.Display.Diagrams.Animation
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
text,
...
...
ihaskell-display/ihaskell-gnuplot/ihaskell-gnuplot.cabal
View file @
deeaf003
...
...
@@ -52,10 +52,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
...
...
ihaskell-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
View file @
deeaf003
...
...
@@ -58,10 +58,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6,
...
...
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
View file @
deeaf003
...
...
@@ -55,10 +55,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.10,
...
...
ihaskell-display/ihaskell-plot/ihaskell-plot.cabal
View file @
deeaf003
...
...
@@ -52,10 +52,6 @@ library
-- Modules included in this library but not exported.
-- other-modules:
-- Language extensions.
default-extensions: DoAndIfThenElse
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6,
...
...
ihaskell.cabal
View file @
deeaf003
...
...
@@ -121,12 +121,6 @@ library
IHaskellPrelude
StringUtils
default-extensions:
NoImplicitPrelude
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules
executable ihaskell
-- .hs or .lhs file containing the Main module.
main-is: Main.hs
...
...
@@ -156,12 +150,6 @@ executable ihaskell
if flag(binPkgDb)
build-depends: bin-package-db
default-extensions:
NoImplicitPrelude
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules
Test-Suite hspec
Type: exitcode-stdio-1.0
Ghc-Options: -threaded
...
...
@@ -191,11 +179,6 @@ Test-Suite hspec
if flag(binPkgDb)
build-depends: bin-package-db
default-extensions:
DoAndIfThenElse
OverloadedStrings
ExtendedDefaultRules
source-repository head
type: git
location: git://github.com/gibiansky/IHaskell.git
main/IHaskellPrelude.hs
View file @
deeaf003
{-# LANGUAGE CPP #-}
{-#
language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}{-#
LANGUAGE CPP #-}
module
IHaskellPrelude
(
module
IHaskellPrelude
,
module
X
,
...
...
main/Main.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
{-# LANGUAGE CPP, ScopedTypeVariables #-}
-- | Description : Argument parsing and basic messaging loop, using Haskell
...
...
src/IHaskell/Eval/Widgets.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
module
IHaskell.Eval.Widgets
(
widgetSendOpen
,
widgetSendView
,
...
...
src/IHaskell/Flags.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
{-# LANGUAGE NoImplicitPrelude, DeriveFunctor #-}
module
IHaskell.Flags
(
...
...
src/IHaskell/IPython.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
{-# LANGUAGE CPP #-}
-- | Description : Shell scripting wrapper using @Shelly@ for the @notebook@, and
...
...
src/IHaskell/Publish.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
module
IHaskell.Publish
(
publishResult
)
where
import
IHaskellPrelude
...
...
src/IHaskell/Types.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE ExistentialQuantification #-}
...
...
src/IHaskellPrelude.hs
View file @
deeaf003
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
{-# LANGUAGE CPP #-}
module
IHaskellPrelude
(
module
IHaskellPrelude
,
...
...
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