558 Commits

Author SHA1 Message Date
Andrew Gibiansky
e553d07233 Version bump. v0.4.3.0 2014-10-26 17:36:54 -07:00
Andrew Gibiansky
6b22c6643d Removed -dynamic flag. 2014-10-26 17:35:32 -07:00
Andrew Gibiansky
368ccb84e0 Merge pull request #296 from edwtjo/nixos-fixes
NixOS fixes
2014-10-25 23:41:00 -07:00
Edward Tjörnhammar
03ce250452 Hide ClassyPrelude 0.10.* readChan and writeChan 2014-10-22 20:42:03 +02:00
Edward Tjörnhammar
121be952d4 catMaybes, explicitly use ClassyPrelude 2014-10-22 20:42:03 +02:00
Andrew Gibiansky
6fe9b22d43 Merge pull request #290 from edwtjo/ghc-parser-build-tools
ghc-parser: add missing build-tools directive
2014-10-06 19:06:28 -07:00
Edward Tjörnhammar
5fc838702c ghc-parser: add missing build-tools directive 2014-10-02 20:22:20 +02:00
Andrew Gibiansky
192368d9a2 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-09-21 18:19:31 -07:00
Andrew Gibiansky
323a4cd922 Fixes #283 2014-09-21 18:19:03 -07:00
Andrew Gibiansky
c1e35a9124 Merge pull request #277 from puffnfresh/master
Workaround changed API in Chart-cairo 1.3
2014-09-05 13:54:09 -07:00
Brian McKenna
4047e083fc Workaround changed API in Chart-cairo 1.3 2014-09-03 21:42:15 -06:00
Andrew Gibiansky
5ebe157364 Switch to dynamic linker to avoid segfault on Ubuntu 2014-08-20 11:45:02 -07:00
Andrew Gibiansky
e63ff01ea9 Move code cell config earlier, closes #257 2014-08-18 13:06:07 -07:00
Andrew Gibiansky
9864f87875 Update readme. Closes #265 2014-08-18 13:02:36 -07:00
Andrew Gibiansky
ec439a29a8 Version bump to 0.4.2.0 v0.4.2.0 2014-08-18 12:55:58 -07:00
Andrew Gibiansky
34b58bedbd Adding version requirement for HTTP 2014-08-18 12:52:51 -07:00
Andrew Gibiansky
2e6a0756ca Merge pull request #274 from bgamari/master
Various updates
2014-08-07 16:21:50 -07:00
Ben Gamari
dd94fbe250 Update hlint usage 2014-08-07 09:46:47 -04:00
Ben Gamari
70bb5475a0 Bump bounds 2014-08-07 09:46:37 -04:00
Andrew Gibiansky
acf0031861 Merge pull request #270 from kini/ghc-7.8.3-fix
Fix ghc-parser on GHC 7.8.3
2014-08-03 20:13:59 -07:00
Keshav Kini
a70d8e7a92 Fix ghc-parser on GHC 7.8.3
In GHC 7.8.3, GHC's parser changed a bit, causing ghc-parser to fail to
build.  I fixed it by following the instructions on issue #268.
2014-07-31 17:44:42 -07:00
Andrew Gibiansky
9b97d54268 Merge pull request #259 from d10genes/ipydev
allow ipython version 3
2014-06-30 18:42:33 -07:00
d10genes
8f6432694a allow ipython version 3 2014-06-28 19:11:55 -04:00
Andrew Gibiansky
f911197cb7 note about 32bit HP 2014-06-23 08:17:07 -07:00
Andrew Gibiansky
adbae8927b bump ihaskell version v0.4.1.0 2014-06-19 18:07:26 -07:00
Andrew Gibiansky
2a88a3a54c Merge branch 'ghc7.8' 2014-06-19 18:02:57 -07:00
Andrew Gibiansky
baaa7ebab7 Ghci gets changed to Ihaskell in errors 2014-06-19 18:02:29 -07:00
Andrew Gibiansky
a2b7e9c43c Merge branch 'ghc7.8' of github.com:gibiansky/IHaskell into ghc7.8 2014-06-15 10:28:13 -07:00
Andrew Gibiansky
cb342e53b6 Merge pull request #255 from bgamari/ghc7.8
GHC 7.8: Fix sandbox support  and some debugging conveniences
2014-06-15 09:06:07 -07:00
Ben Gamari
bb5fa60a3a Add option to set GHC verbosity 2014-06-15 11:56:47 -04:00
Ben Gamari
5aa13920ca Move sandbox setup into initGhci
As it turns out, setSessionDynFlags calls initPackage. Unfortunately,
initPackage only reads the package database the first time it is called.
Therefore, we need to set extraPkgConfs before we call
setSessionDynFlags for the first time in order for the sandbox to be
used. Since initGhci is the first caller of setSessionDynFlags, we make
it responsible for this.
2014-06-15 11:56:47 -04:00
Ben Gamari
65c7a04457 build-parser: Functions are only supported by bash
This confuses distributions which don't use bash as sh
2014-06-15 11:56:36 -04:00
Andrew Gibiansky
ead9198298 fixes ihaskell test nb 2014-06-11 21:27:17 -07:00
Andrew Gibiansky
0e6dc7e5a1 Updated cabal side packages to ghc 7.8 2014-06-11 21:02:30 -07:00
Andrew Gibiansky
d87d7e72e1 Updated tests and parser to 7.8 2014-06-11 20:31:51 -07:00
Andrew Gibiansky
b748c5b7ca Compiles on 7.8, but fails with errors 2014-06-08 11:15:55 -07:00
Andrew Gibiansky
9c6490bf9f Updated some things to 7.8, not yet compiling. 2014-06-08 11:06:31 -07:00
Andrew Gibiansky
8e76230cb1 Merge pull request #251 from punchagan/patch-1
Minor typo fix when installing IPython.
2014-06-05 19:16:02 -07:00
Puneeth Chaganti
a9b0c17358 Minor typo fix when installing IPython. 2014-06-04 18:40:36 -04:00
Andrew Gibiansky
371fcfcafe random gotchas 2014-05-19 22:52:11 -07:00
Andrew Gibiansky
0c33fcae62 Merge branch 'master' of github.com:gibiansky/IHaskell into develop 2014-05-19 20:27:21 -07:00
Andrew Gibiansky
5f04500925 now detects ipython version 0.* and cries about it 2014-05-19 20:26:36 -07:00
Andrew Gibiansky
328698bba8 note about --reorder-goals 2014-05-19 20:09:04 -07:00
Andrew Gibiansky
d87b8b98d9 fixing issues with linting ordering 2014-05-18 16:44:33 -07:00
Andrew Gibiansky
5ed129a079 removed ghci-lib from build.sh 2014-05-18 16:16:03 -07:00
Andrew Gibiansky
c2121c73b6 Moved ghci-lib into IHaskell. 2014-05-18 16:13:23 -07:00
Andrew Gibiansky
393f87343e bumping versions to 0.4.0.0 for upcoming hackage release v0.4.0.0 2014-05-18 16:02:24 -07:00
Andrew Gibiansky
3f30d5a109 Cleaned a little bit of docs 2014-05-18 15:58:55 -07:00
Andrew Gibiansky
b61fcf86d9 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-05-18 15:44:41 -07:00
Andrew Gibiansky
7c6617d307 Revived test suite. Works with separate compilation, not cabal test
though.
2014-05-18 15:44:23 -07:00