Commit 3707442a authored by Andrew Gibiansky's avatar Andrew Gibiansky

change so that sdist works. also, update ipython/remove tooltips.

closes #173
parent b3045975
......@@ -100,6 +100,7 @@ library
IHaskell.IPython
IHaskell.Flags
IHaskell.Types
other-modules:
Paths_ihaskell
executable IHaskell
......
......@@ -37,7 +37,7 @@
"collapsed": false,
"input": [
"import Control.Monad.Identity\n",
":ext NoIm"
"lkjasdfjlkjah "
],
"language": "python",
"metadata": {},
......
......@@ -16,6 +16,9 @@ $([IPython.events]).on('app_initialized.NotebookApp', function(){
// like adding specific UI, or changing the default value
// of codecell highlight.
// Set tooltips to be triggered after 800ms
IPython.tooltip.time_before_tooltip = 800;
CodeMirror.requireMode('haskell', function(){
// Create a multiplexing mode that uses Haskell highlighting by default but
// doesn't highlight command-line directives.
......
This diff is collapsed.
......@@ -40,7 +40,7 @@ data WhichIPython
-- | Which commit of IPython we are on.
ipythonCommit :: Text
ipythonCommit = "8858f7eecc31f363ec8b391ac0d9698f99d556a5"
ipythonCommit = "a3e6ba6a5f3b3e95359de62b241570a76f90d8fa"
-- | The IPython profile name.
ipythonProfile :: String
......
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