Commit graph

100 commits

Author SHA1 Message Date
John Wiegley c060fa9d4e
Corrections to default.nix 2018-07-17 13:31:29 -07:00
John Wiegley e0bf2c4a36
For GHC 8.0, add a reference to hspec-discover 2018-07-09 10:41:42 -07:00
John Wiegley b0826b9166
Use megaparsec 6.5.0 2018-06-27 11:36:04 -07:00
John Wiegley 9931386c85
Update pinned version of nixpkgs in default.nix 2018-06-13 10:58:02 -07:00
John Wiegley 5c5e90170e
Drop any mention of a doProfiling flag 2018-05-30 12:10:31 -07:00
John Wiegley d40b3f15cb
Update default.nix files for profiling 2018-05-30 11:08:15 -07:00
John Wiegley 95ec4e287b
Update default.nix 2018-05-20 23:41:16 -07:00
John Wiegley 7cb68b2ae0
Correction to default.nix 2018-05-16 09:52:49 -07:00
John Wiegley 3b56b7d3d5
Fix reference to extensible-self 2018-05-16 00:21:40 -07:00
John Wiegley 5183f5ea13
Further refinements to default.nix 2018-05-16 00:11:14 -07:00
John Wiegley 5c2cc00b64
Update default.nix to allow more convenient wrappers around it 2018-05-15 17:23:40 -07:00
John Wiegley c9e1393391
Try another version of nixpkgs 2018-05-15 15:42:05 -07:00
John Wiegley 02409359b1
Use an older version of nixpkgs so that the cache is available to Travis 2018-05-15 13:03:32 -07:00
John Wiegley 44ad700a53
Minor reformatting in default.nix 2018-05-15 12:16:02 -07:00
John Wiegley 6f0c90f5d6
Change error message to say "requires at least nix 2.0" 2018-05-14 21:22:08 -07:00
John Wiegley 87bb41054b
Jailbreak concurrent-output when building for GHC 8.0 2018-05-14 21:22:07 -07:00
John Wiegley f4772727b5
Revert "Revert "Update the version of nixpkgs we are pinned to""
This reverts commit 7e1b288b9ff05f496fec1761f9962f249a2542c0.
2018-05-14 21:22:06 -07:00
John Wiegley c319d2730e
Revert "Update the version of nixpkgs we are pinned to"
This reverts commit e4a5806c766a4d1c832d245ad378b989c1aa4404.
2018-05-14 21:22:06 -07:00
John Wiegley 0b89cc7b3a
Include the appropriate version of cabal-install, so we can use --pure 2018-05-14 21:22:05 -07:00
John Wiegley 5a97378c85
Update the version of nixpkgs we are pinned to 2018-05-14 21:22:03 -07:00
Alexandre Esteves 701f15f94a Abort on nix prior to 2.0 2018-05-14 22:47:04 +01:00
John Wiegley eef2ec2512
Only use compact with GHC 8.2, as per the documentation for compact 2018-05-10 16:12:42 -07:00
John Wiegley e5d7a88bda
Define ghc-compact as required 2018-05-10 15:48:01 -07:00
John Wiegley 865984b428
Permit building with GHC 8.0, extend the Travis build matrix 2018-05-10 15:07:32 -07:00
John Wiegley 2fd9bd3fa8
Use a more explicit name than haskellPackages_8_2 2018-05-10 11:48:45 -07:00
John Wiegley 54f3220d79
Revert "Revert "Update pinned version of nixpkgs""
This reverts commit 575d317f6b.
2018-05-10 11:44:00 -07:00
John Wiegley 20e4c5ff61
Use only one version of hpack 2018-05-10 11:43:39 -07:00
John Wiegley 575d317f6b
Revert "Update pinned version of nixpkgs"
This reverts commit b3fdc43998.
2018-05-09 15:48:29 -07:00
John Wiegley b3fdc43998
Update pinned version of nixpkgs 2018-05-09 13:00:51 -07:00
John Wiegley ba0dc19d2d
Work from mightybyte: Minimize deps required, for building with GHCJS 2018-05-08 16:41:15 -07:00
John Wiegley bda103bc11 Don't include ghc-datasize if --flags=profiling is set 2018-04-30 21:48:45 -04:00
John Wiegley 7f01cc8bb8 valueSize will not work with GHC 8.4 right now
ghc-heap-view hasn't been updated yet
2018-04-28 18:29:37 -07:00
John Wiegley 8d0a67b52c Only turn on -Werror for Travis 2018-04-28 18:21:24 -07:00
John Wiegley b24598b3a3 Add top-level __valueSize
Fixes #253
2018-04-28 17:12:32 -07:00
John Wiegley 7714beae81 Use GHC 8.4.2 for the GHC 8.4 build 2018-04-24 16:43:56 -07:00
John Wiegley caf0a4a6a2 Add support for building with GHC 8.4.1, also on Travis 2018-04-23 16:39:37 -07:00
John Wiegley 86b09103d6 Move production of a reduced test case to --reduce, improve --trace 2018-04-20 22:36:40 -07:00
John Wiegley 1e7079414e Small whitespace change in default.nix 2018-04-16 21:57:27 -07:00
John Wiegley 136708ae8a Simplify some things in default.nix 2018-04-16 15:10:47 -07:00
John Wiegley 2409e4dd8d Some minor changes in default.nix 2018-04-16 11:37:45 -07:00
Kaushik Chakraborty b2e10a5a2f
updated as suggested by @vaibhavsagar 2018-04-13 13:54:18 +05:30
Kaushik Chakraborty f58da563bb
modifications in default.nix to take care of errors running benchmarks; update README with a separate section on benchmarks 2018-04-13 12:36:45 +05:30
John Wiegley 036031ca3e Some whitespace formatting in default.nix 2018-04-11 20:21:52 -07:00
John Wiegley 22175aa927 Use the serialise library on non-Linux systems, compact on Linux 2018-04-11 17:59:42 -07:00
John Wiegley c141c8de42 Minor simplification in default.nix 2018-04-10 12:56:20 -07:00
John Wiegley 92632f46fa Set allowBroken = false; in default.nix 2018-04-10 12:52:18 -07:00
John Wiegley 939c3da0ff Revert "Change pinned version of nixpkgs"
This reverts commit bac581a183.
2018-04-10 12:52:11 -07:00
John Wiegley bac581a183 Change pinned version of nixpkgs 2018-04-10 12:49:33 -07:00
John Wiegley 63f28f30ea Add a top-level sha256 argument 2018-04-10 11:48:18 -07:00
John Wiegley 6170aa316d Enable nixpkgs parsing test on Travis 2018-04-10 11:44:41 -07:00