Peter Simons
f641e9022e
Merge pull request #23609 from ljli/hs-lens-pkg-conf
...
haskell: ghc710x packages: remove superflous configuration for lens
2017-03-08 09:22:17 +01:00
Leon Isenberg
032de64e0f
haskell: ghc710x packages: remove superflous configuration for lens
2017-03-07 20:21:27 +01:00
Domen Kožar
db23fe1581
haskell: add justStaticExecutables combinator
2017-03-07 18:13:59 +01:00
Peter Simons
e0908699ff
haskell-QuickCheck: fix build with ghc-7.6.x
2017-03-07 15:43:19 +01:00
Peter Simons
85a06d6b8d
haskell-shelly: drop obsolete overrides
2017-03-06 14:35:21 +01:00
Peter Simons
1329368d82
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
ea0774dfde
.
2017-03-06 14:35:21 +01:00
Peter Simons
fb5b6ddab6
hackage2nix: revert to old version of store
2017-03-06 14:35:21 +01:00
Peter Simons
dd20fbe5d1
hackage2nix: disable failing builds
2017-03-06 14:35:21 +01:00
Tom Hunger
6e5eaf58a3
purescript: pin dependencies.
2017-03-06 14:35:21 +01:00
Leon Isenberg
2b174d5114
haskell: ghc710x packages: fix dependent-map
2017-03-05 18:31:55 +01:00
Leon Isenberg
691b3bcd77
haskellPackages: fix dangling references
...
haskeline_0_7_2_1 -> haskline_0_7_3_1
terminfo_0_4_0_1 -> terminfo_0_4_0_2
2017-03-05 16:45:31 +01:00
Shea Levy
ef5986e03c
haskellSrc2nix: Change sha arg when sha256 is null.
...
Otherwise it just fails due to no nix-prefetch-url
2017-03-04 13:18:14 -05:00
Peter Simons
e47a0ae767
haskell-arithmoi: test suite fails on i686
...
(cherry picked from commit cb1af9fd4f2d9c850a3d643133e72277371d3427)
2017-03-04 14:11:55 +01:00
Peter Simons
7a9881de61
haskell-diagrams-lib: test suite fails on i686
...
(cherry picked from commit 3e3dfdd085f17fec5e94d29a63e4bc898a4c4a79)
2017-03-04 14:06:22 +01:00
Domen Kožar
a32a00eb81
haskellPackages.http-api-data: dontCheck
...
(cherry picked from commit 2f4003b56163ebf4b9f0b1ea6ed3c0a974a3fcd7)
Signed-off-by: Domen Kožar <domen@dev.si>
2017-03-03 11:46:09 +01:00
Peter Simons
b923fd5253
git-annex 6.20170301.1 tarballs are no longer available anywhere; now we must use fetchgit
2017-03-02 22:11:58 +01:00
Peter Simons
090921fa5f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
163561eab9
.
2017-03-02 22:11:48 +01:00
Peter Simons
197236af88
hackage2nix: disable broken builds
2017-03-02 22:11:46 +01:00
Nikolay Amiantov
86a0a1eced
haskellPackages.lambdabot-haskell-plugins: remove overrides
2017-03-02 21:41:25 +03:00
Peter Simons
027ffb6429
Merge pull request #23252 from ljli/ghc7103-pkgs-fixes
...
haskell ghc710x packages fixes
2017-03-02 19:07:12 +01:00
3noch
4b77d425aa
Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS
...
Original:
f3110651c8
(With some tweaks from @cstrahan)
closes #23199
2017-03-02 11:35:11 -05:00
Robin Gloster
ec98c1d8f4
haskellPackages.cabal-lenses: add comment to upstream issue
2017-03-02 11:03:25 +01:00
Peter Simons
9e72734826
haskell-yaml: build with bundled libyaml rather than our system version
...
It looks like the yaml package bundles an unreleased version of libyaml and
relies on particulars of that versions behavior. Therefore, the package no
longer works with the official libyaml 0.1.7 release, which is what we have.
https://github.com/snoyberg/yaml/issues/106
2017-03-02 09:05:07 +01:00
Peter Simons
2e5a4b1a38
haskell-lambdabot: fix evaluation
2017-03-02 09:05:07 +01:00
Peter Simons
53d55cbfe9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.1 from Hackage revision
d654ea25e9
.
2017-03-02 09:05:06 +01:00
Peter Simons
eabf47b302
hackage2nix: disable builds that depend on broken webkitgtk-2.4.11
2017-03-02 09:05:00 +01:00
Peter Simons
86c51da755
LTS Haskell 8.3
2017-03-02 09:04:25 +01:00
Peter Simons
feffadefed
haskell generic-builder: Revert "Pass through the ghcEnv."
...
This reverts commit a27bc8b3174fa1847b5ca9f85d921c3e472cbeb1. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023 .
2017-03-01 19:57:40 +01:00
Peter Simons
3001b821c9
haskell generic-builder: Revert "Pass through the list of haskell build inputs."
...
This reverts commit c153036525575d046fc808a4805d023e3e2e9e75. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023 .
2017-03-01 19:57:18 +01:00
Shea Levy
c153036525
haskell generic-builder: Pass through the list of haskell build inputs.
...
Useful for building custom envs.
2017-03-01 13:00:57 -05:00
Robin Gloster
b2919b454f
haskellPackages.cabal-lenses: fix build
2017-03-01 17:26:09 +01:00
Shea Levy
dbd7a73d0b
Merge branch 'master' of github.com:NixOS/nixpkgs
2017-03-01 11:11:50 -05:00
Robin Gloster
a3e4321297
haskellPackages.rank1dynamic: fix build
2017-03-01 17:09:21 +01:00
Robin Gloster
fd770dd176
haskellPackages.OrderedBits: fix build
2017-03-01 17:09:21 +01:00
Shea Levy
a27bc8b317
haskell generic-builder: Pass through the ghcEnv.
...
Will be useful for nix-buffer
2017-03-01 11:05:50 -05:00
Robin Gloster
12ca09d14e
haskellPackages.machines: fix build
2017-03-01 15:56:16 +01:00
Robin Gloster
eea7819af8
haskellPackages.gl: fix build
2017-03-01 15:51:18 +01:00
Robin Gloster
080b28054a
haskellPackages.DPutils: fix build
2017-03-01 15:39:38 +01:00
Leon Isenberg
1a4ec414a4
haskell: ghc710x packages: fix megaparsec
2017-02-28 16:19:14 +01:00
Leon Isenberg
b59fd85dd6
haskell: ghc710x packages: fix gtk2hs-buildtools
2017-02-28 16:19:13 +01:00
Peter Simons
fdc716046f
Merge pull request #23263 from expipiplus1/haskell-bench
...
haskell-packages: use benchmark over bench
2017-02-28 14:33:23 +01:00
Joe Hermaszewski
8788bfe762
haskell-packages: use benchmark over bench
2017-02-28 09:27:29 +00:00
Peter Simons
e1908d4e21
Merge branch 'master' into haskell-extensible
2017-02-28 09:14:50 +01:00
Leon Isenberg
386ddc739c
haskell: add semigroups dependency to optparse-applicative for GHC < 8
2017-02-27 20:36:19 +01:00
Leon Isenberg
24c93619e9
haskell: break dependency cycle between QuickCheck and semigroups for GHC < 8
...
The cycle:
QuickCheck -> semigroups
semigroups -> hashable
semigroups -> unordered-containers
unordered-containers -> hashable
unordered-containers -> QuickCheck # test suite only
hashable -> QuickCheck # test suite only
2017-02-27 20:36:19 +01:00
Leon Isenberg
1aa6d77af4
haskell: add semigroups dependency to Quickcheck for GHC < 8
2017-02-27 20:36:19 +01:00
Leon Isenberg
172a2bbeaf
haskell: ghc710x packages: remove obsolete configurations
2017-02-27 20:36:19 +01:00
Joe Hermaszewski
4ab570a6d0
haskell-packages: Add minimal benchDepends support
...
See also: https://github.com/NixOS/cabal2nix/pull/262
2017-02-27 12:23:11 +00:00
Domen Kožar
14b6f2a837
Merge pull request #23235 from expipiplus1/haskell-bench
...
haskell-packages: Add minimal benchDepends support
2017-02-27 12:57:25 +01:00
Joe Hermaszewski
fdd9d7fe4c
haskell-packages: Add minimal benchDepends support
...
See also: https://github.com/NixOS/cabal2nix/pull/262
2017-02-27 11:56:33 +00:00