Peter Simons
cf230ccc82
hackage-packages.nix: update to 7291c193bd
with hackage2nix revision 1e8c48d7b3a9b73489d686ee1ae44f4198130294
2015-05-04 15:49:46 +02:00
Peter Simons
7299118724
Remove obsolete Haskell attribute name compatibility layer.
2015-05-04 12:27:03 +02:00
Peter Simons
9b27a88b66
hackage-packages.nix: update to 5f6d964cba
with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b
2015-04-29 12:22:20 +02:00
Peter Simons
90b84a60a6
haskell-wreq: the library is broken with GHC 7.10.1
2015-04-28 17:57:50 +02:00
Peter Simons
6f7e793f03
haskell-rainbox: the test suite does not compile
2015-04-28 17:57:36 +02:00
Peter Simons
a3beaca54f
haskell-cabal-test-quickcheck: fix build by providing a recent-enough version of QuickCheck
2015-04-28 17:57:04 +02:00
Peter Simons
f426922f4a
hackage-packages.nix: update to 44775051f9
with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b
2015-04-28 17:57:04 +02:00
Peter Simons
c449a930aa
ghcWithPackages: add postBuild hook so that users can mess with the generated environment
...
postBuild can be used to execute user-specific commands on the generated $out
environment before finalizing the build. For example, this hook can be used to
generate appropriate 'makeWrapper' script for binaries contained in the
environment.
2015-04-28 13:17:44 +02:00
Peter Simons
6db9c9a2bb
haskell-configuration-common: build hruby with ruby 2.1
...
Our default version, 1.9, is not supported.
2015-04-27 17:24:14 +02:00
Peter Simons
2028ece4a8
hackage-packages.nix: update to 0342de381c
with hackage2nix revision 0d45926218066869f16d55d970cac0d6b50d9ebd
2015-04-27 17:24:10 +02:00
Peter Simons
0241c1f25c
hackage-packages.nix: update to 30bfb9f702
with hackage2nix revision 0d45926218066869f16d55d970cac0d6b50d9ebd
2015-04-27 13:09:40 +02:00
Peter Simons
08f0e0208a
hackage-packages.nix: update to bf1b180f9d
with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069
2015-04-26 16:53:47 +02:00
Peter Simons
066d6146fc
haskell-shake: disable test suite on Darwin
...
The tests fail because of https://github.com/ndmitchell/shake/issues/206 .
2015-04-26 13:09:13 +02:00
Peter Simons
effd525c55
hackage-packages.nix: update to ea1e77a413
with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069
2015-04-26 13:06:35 +02:00
Peter Simons
2c5f7fdd58
haskell-configuration-ghc-7.10.x: fix test suite failure in haddock-library
2015-04-26 11:47:44 +02:00
Peter Simons
0340d4d0ea
haskell-configuration-ghc-7.10.x: fix evaluation error
2015-04-26 11:47:44 +02:00
Peter Simons
c59420a856
hackage-packages.nix: update to abae36d131
with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069
2015-04-26 11:47:44 +02:00
Peter Simons
991a23b5db
haskell-edit-distance: update patch SHA
2015-04-25 18:02:02 +02:00
Peter Simons
848bf3b75d
haskell-wreq-sb: disable failing test suite
2015-04-25 17:57:32 +02:00
Peter Simons
24f50d3e22
hackage-packages.nix: update to cc08310397
with hackage2nix revision c84f676708fec9d3a848f466468db04c7e641069
2015-04-25 17:57:32 +02:00
Peter Simons
cb3342f1dc
Merge pull request #7543 from mdorman/master
...
Add patch for present not yet on hackage.
2015-04-25 17:48:53 +02:00
Peter Simons
2ca6148bc7
hackage-packages.nix: re-generate from Hackage state 5af579af59
2015-04-25 17:09:04 +02:00
Michael Alan Dorman
54fb857a49
Add patch for present not yet on hackage.
2015-04-25 06:45:35 -04:00
Charles Strahan
1cdbde93d5
haskell-Extra: patch for GHC 7.10.x
2015-04-24 22:10:11 -04:00
Charles Strahan
c719235b40
haskell-pandoc-siteproc: remove obsolete patches
...
Remove obsolete patches for ghc-7.10.x support; these patches have
landed in the pandoc-citeproc-0.6.0.1 release.
2015-04-24 14:15:51 -04:00
Peter Simons
d300943ba8
haskell-cgi: fix build with GHC 7.8.x
2015-04-24 17:52:19 +02:00
Peter Simons
5fade2b6aa
hackage-packages.nix: re-generate from Hackage state f3fe5bb92d
2015-04-24 11:22:47 +02:00
Peter Simons
3428b8df57
haskell-HGamer: these packages don't compile and it's unclear when they'll be fixed
...
https://github.com/urs-of-the-backwoods/HGamer3D/issues/7
2015-04-24 09:10:36 +02:00
Peter Simons
4e679f0ca3
hackage-packages.nix: re-generate from Hackage state fdf6d76660
2015-04-23 19:55:55 +02:00
Peter Simons
019b18722d
cabal2nix: bump to latest version and wrap it to include nix-prefetch-scripts in $PATH
2015-04-23 14:12:43 +02:00
Peter Simons
c209665763
haskell-configuration-ghc-7.6.x.nix: add missing definition for "xhtml"
...
hackage-packages.nix contains no "xhtml" attribute because our default
compiler -- GHC 7.10.x -- has this package as a core module. Now, the
package is missing for older versions of GHC. This patch Remedies that
issue for 7.6.x. Older compilers probably need a similar fix.
Closes https://github.com/NixOS/nixpkgs/pull/7510 .
2015-04-23 11:34:05 +02:00
Nikolay Amiantov
0fd1cac36f
IOSpec: remove patch
...
Closes https://github.com/NixOS/nixpkgs/pull/7514 .
2015-04-23 11:34:05 +02:00
Peter Simons
8a9de1effd
hackage-packages.nix: re-generate from Hackage state 318f4faa8b
2015-04-23 11:34:05 +02:00
Moritz Ulrich
80e5dcbb90
haskell-configuration-ghc-7.10.x: bug report link for AttoBencode.
2015-04-22 21:00:01 +02:00
Moritz Ulrich
40d135b6ad
GHC 7.10: Fix Data.AttoBencode.
2015-04-22 15:18:56 +02:00
Jordan Woehr
3aebbed571
Don't try to build BNFC-meta documentation.
2015-04-21 11:26:13 -06:00
Peter Simons
32c0d3bd4f
hackage-packages.nix: re-generate from Hackage state 12d6257d3e
2015-04-21 14:16:20 +02:00
Peter Simons
169efee101
haskell-hruby: test suite has been fixed upstream
2015-04-20 22:07:30 +02:00
Peter Simons
26941230b5
hackage-packages.nix: re-generate from Hackage state e1a69962dc
2015-04-20 22:05:33 +02:00
Peter Simons
82f22dd5a1
hackage-packages.nix: disable approx. 1,000 Hydra build that are known to fail with GHC 7.10.1
2015-04-20 17:40:16 +02:00
Peter Simons
cba0f43304
haskell-diagrams-lib: build has been fixed upstream
2015-04-20 17:40:14 +02:00
Peter Simons
ee90f707a6
haskell-configuration-ghc-7.10.x.nix: fix Hydra evaluation errors
2015-04-20 17:40:14 +02:00
Peter Simons
2799cf5e1b
hackage-packages.nix: re-generate from Hackage state ea1b618ac7
2015-04-20 17:40:14 +02:00
Peter Simons
b6944026c6
haskell-hruby: add missing system dependency and disable broken test suite
...
Work around https://github.com/bartavelle/hruby/issues/10 and
https://github.com/bartavelle/hruby/issues/9 as suggested in
https://github.com/NixOS/nixpkgs/pull/7442 .
2015-04-20 00:06:52 +02:00
Peter Simons
72f06e79f5
haskell-tasty-rerun: fix build with GHC 7.10.1
2015-04-20 00:06:52 +02:00
Peter Simons
921e73eb7e
haskell-nats: fix build with older compilers
2015-04-20 00:06:52 +02:00
Peter Simons
a9d7fff06c
haskell-bloomfilter: fix build with GHC 7.10.1
...
https://github.com/bos/bloomfilter/issues/11
2015-04-20 00:06:52 +02:00
Peter Simons
bfe4b07321
hackage-packages.nix: re-generate from Hackage state be5b264dd1
2015-04-20 00:06:52 +02:00
Peter Simons
88fa30e8f2
haskell-configuration-ghc-7.10.x: clean-up
2015-04-19 19:56:45 +02:00
Peter Simons
5d6cdabf44
haskell-control-monad-free: use pre 0.6 version on older compilers
2015-04-19 19:48:33 +02:00