Commit graph

10 commits

Author SHA1 Message Date
Simon Hengel
63d6bcb28f Require hpack-0.9.1 (see #1814) 2016-02-21 10:10:46 +08:00
Simon Hengel
3c0d311d23 Add support for hpack (see #1679) 2016-02-17 23:00:10 +08:00
mrkkrp
46a7c46310 Remove ‘Path.IO’, switch to ‘path-io’ package 2016-01-31 23:32:51 +06:00
Michael Sloan
de5c5ed86e Use gitrev-1.2.0 #792 2016-01-11 17:48:45 -08:00
Oleg Grenrus
51813ffef4 Bump lower bound of deepseq to >=1.4
Generic derivation in <1.4 is

    rnf x = seq x ()

which is not what we want.

Previously the deepseq-generics package was used, but not everywhere.  I
unfortunately dropped it. OTOH there were fair amount of wrong instances
defined without using the deepseq-generics. It's less error-prone to
simply bump lower bound.
2015-11-16 11:35:58 +02:00
Emanuel Borsboom
3baa6b2765 Fix: Haddocks not copied for dependencies (fixes #1105)
Refactors and optimizes getting `ghc-pkg describe` data for packages as
they're installed.
2015-10-24 15:07:38 -07:00
Oleg Grenrus
1f4ab97490 Use binary-tagged, remove WithTag 2015-09-08 18:53:29 +03:00
Emanuel Borsboom
95479481d8 Fix warnings for GHC 7.8 2015-08-27 13:50:40 -07:00
Emanuel Borsboom
a250916e72 Fixed stack-7.8.yaml on osx (and probably windows) 2015-08-17 11:01:24 -07:00
Michael Snoyman
d7f3951d4a Add stack-7.8.yaml for testing against older GHC 2015-08-17 08:54:00 +03:00