Commit e979dee9 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fix rlang deps; no-pager by default b/c pager is broken

parent 3af35ad2
...@@ -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,
......
...@@ -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 = True , usePager = False
, openComms = empty , openComms = empty
, kernelDebug = False , kernelDebug = False
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment