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
e979dee9
Commit
e979dee9
authored
Mar 26, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix rlang deps; no-pager by default b/c pager is broken
parent
3af35ad2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ihaskell-rlangqq.cabal
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
+1
-1
Types.hs
src/IHaskell/Types.hs
+1
-1
No files found.
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
View file @
e979dee9
...
@@ -18,7 +18,7 @@ library
...
@@ -18,7 +18,7 @@ library
filepath >=1.3 && <1.4,
filepath >=1.3 && <1.4,
bytestring >=0.10 && <0.11,
bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1,
base64-bytestring >=1.0 && <1.1,
ihaskell >=0.5
&& <0.6
,
ihaskell >=0.5,
ihaskell-blaze >=0.2 && <0.3,
ihaskell-blaze >=0.2 && <0.3,
blaze-html >=0.6 && <0.8,
blaze-html >=0.6 && <0.8,
split >=0.2 && <0.3,
split >=0.2 && <0.3,
...
...
src/IHaskell/Types.hs
View file @
e979dee9
...
@@ -127,7 +127,7 @@ defaultKernelState = KernelState
...
@@ -127,7 +127,7 @@ defaultKernelState = KernelState
,
useSvg
=
True
,
useSvg
=
True
,
useShowErrors
=
False
,
useShowErrors
=
False
,
useShowTypes
=
False
,
useShowTypes
=
False
,
usePager
=
Tru
e
,
usePager
=
Fals
e
,
openComms
=
empty
,
openComms
=
empty
,
kernelDebug
=
False
,
kernelDebug
=
False
}
}
...
...
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