Commit graph

26 commits

Author SHA1 Message Date
Simon Jakobi
19a9a6717e Simplify stack-7.8.yaml by basing it on a recent nightly 2016-05-17 22:33:07 +02:00
Simon Jakobi
b8fd40c452 Fix compilation with GHC-7.8 2016-05-16 17:12:18 +02:00
Michael Sloan
d8e5c54e7a Use aeson-0.11.2.0
See https://github.com/sol/hpack/pull/103
2016-05-16 00:29:20 -07:00
Michael Sloan
dac6362c50 Bump to tls-1.3.8 2016-05-14 18:48:20 -07:00
Michael Sloan
872ff1eae6 Make hpack default to only outputting warnings #2011 2016-05-13 22:27:41 -07:00
Michael Sloan
44f433f7d3 Fix build on GHC 7.8 2016-05-03 07:46:32 +03:00
Oleg Grenrus
05b1329ed9 Rewrite solver output parseLine using regexp 2016-05-02 13:36:11 +03:00
Tim Dysinger
4e9bb0e00a
docker tweaks 2016-04-27 16:24:45 -07:00
Michael Sloan
8728a60237 Fix build with stack-7.8.yaml 2016-04-21 21:36:00 -07:00
Simon Jakobi
ff32ff5759 Add haddock --open flag. #1396 2016-04-12 00:09:35 +02:00
Michael Sloan
ad1a8f4699 Have the search for packages ignore symlinks 2016-03-14 18:27:21 -07:00
YPares
cc329e0bef Using path-io-1.1.0 2016-03-12 10:35:09 +01:00
Simon Hengel
40bab0dbf3 Require hpack >= 0.10.0
- fix an issue with file globs on Windows
 - add support for conditionals
2016-02-29 17:29:51 +08:00
Emanuel Borsboom
399f6e83de Merge remote-tracking branch 'origin/master' into buildOpts-move 2016-02-24 15:45:40 -08:00
mrkkrp
62bd6bb9ee Switch to ‘path-io-1.0.0’
Close #1821.
2016-02-22 13:08:27 +06:00
Simon Hengel
63d6bcb28f Require hpack-0.9.1 (see #1814) 2016-02-21 10:10:46 +08:00
Tristan Webb
660cc84645 BuildOptsCLI datatype and parser
buildOptsCLI and buildopts have to be split in
all modules that touch the options

Note: perhaps cliBuildOpts fits in better with naming convention

Local reader environments for overrid BuildOpts

Add lens accessors for envConfig deeply nested BuildOpts fields

BuildOptsMonoid Parser

Test,bench,haddock,install flags set from CLI opts in Build

Parser split from BuildOptsParser,
Switches converted to maybeBoolFlags

Fix build Add microlens to 7.8 stack.yaml

Hide mods for benchmark and test option parsers
2016-02-17 19:08:56 -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