Peter Simons
9b68353c72
haskell-stack: add plenty of overrides to fix the build in LTS-13.x
2019-06-14 13:06:35 +00:00
Peter Simons
a8a43ab9ed
pandoc: update build dependency version for the new 2.7.3 release
2019-06-14 13:06:35 +00:00
Peter Simons
af37181eed
haskell-ip: use version 1.5.x to fix the build
2019-06-14 13:06:08 +00:00
Peter Simons
e1126316d7
haskell-constraints-deriving: disable test suite to fix the build
2019-06-14 13:06:08 +00:00
Peter Simons
0a253d7043
haskell-cryptol: update overrides for new sbv version
2019-06-14 13:06:08 +00:00
Peter Simons
65ca963e0b
haskell-tasty-lua: disable test suite to fix the build
2019-06-14 13:06:07 +00:00
Peter Simons
09b0c36647
haskell-pandoc: update overrides for latest version
2019-06-14 13:06:07 +00:00
Izorkin
cf9acd3e6d
haskellPackages.insert-ordered-containers: fix build
2019-06-11 18:42:58 +09:00
Peter Simons
d28f44c56c
haskell-dhall: fix broken overrides
2019-06-07 11:59:57 +02:00
Silvan Mosberger
1d512f5870
haskellPackages: clean up some overrides
...
- jailbreak-cabal override isn't needed, shared executables are disabled
by default (or is this precautionary?)
- Removed and added some infinite recursion overrides, moved them to
configuration-nix.nix
- Unbreak zstd and attparsec-varword
- mysql override is already in configuration-nix.nix
- Move some overrides for disabling tests due to internet connectivity
to configuration-nix.nix
Closes https://github.com/NixOS/nixpkgs/pull/62407 .
2019-06-07 10:07:39 +02:00
Peter Simons
86d1fe06f3
haskell-configuration-common: cosmetic
2019-06-07 10:07:39 +02:00
Silvan Mosberger
45d7270579
haskellPackages.heap: Fix build
2019-06-04 10:26:11 +02:00
Silvan Mosberger
3643fa4bca
hackage2nix: un-break some Haskell packages
...
Either because they're no longer broken at all or by overriding them with a fix
2019-05-24 17:38:25 +02:00
Jack Kelly
ea3c0aa1b5
haskellPackages.hakyll: remove obsolete patch
2019-05-24 17:38:02 +02:00
Peter Simons
2903cbf66b
haskell-tasty-hedgehog: current versions need hedgehog 1.x or later
2019-05-18 12:58:02 +02:00
Niklas Hambüchen
0ef2bbfd0b
haskell: servant: Don't hardcode $doc.
...
Until now this broke on `enableSeparateDocOutput = false`,
as then `$doc` was not defined so it tried to copy stuff to
`/share/doc/servant`.
Fixes regression introduced in commit be63b1994d
.
2019-05-15 22:45:32 +02:00
Peter Simons
4c6dcdff4d
git-annex: update sha256 hash for version 7.20190507
2019-05-08 16:02:31 +02:00
Peter Simons
15d6b77402
git-annex: fix sha256 hash for version 7.20190503
2019-05-07 23:10:30 +02:00
Pascal Wittmann
7ddf899582
esqueleto: fix build by skipping tests and haddock
2019-05-06 14:42:48 +02:00
Pascal Wittmann
06026f28f3
classy-prelude-yesod: fix build by skipping haddock
2019-05-06 14:42:48 +02:00
Peter Simons
dc702cef76
haskell-cryptol: drop obsolete overrides to fix the build after version update
2019-05-02 19:29:00 +02:00
Jack Kelly
736b0c53a4
haskellPackages.beam-*: remove obsolete patches
2019-05-02 19:28:23 +02:00
Peter Simons
41277f6473
haskell-*-plugins: fix build with network 3.x
2019-04-30 11:43:45 +00:00
Peter Simons
a075254632
haskell-lambdabot-core: fix build with network 3.x
2019-04-30 11:43:45 +00:00
Peter Simons
841547a566
haskell-network-bsd: fix the build in LTS-13.x
2019-04-30 11:43:45 +00:00
Peter Simons
0dffbcd178
haskell-pandoc-citeproc: update override for the latest version
2019-04-25 17:29:40 +02:00
Peter Simons
6b63bbb199
haskell-pandoc: update override for the latest release
2019-04-12 11:55:22 +02:00
Pascal Wittmann
4e9ffcff7b
haskellPackages.yesod-markdown: jailbreak
2019-04-07 19:47:25 +02:00
Austin Seipp
12db6c18f9
cryptol: fix, rework cryptol 2.6.0 builds
...
- The previous build of Cryptol was broken on GHC 8.6.x, which is now the
new default. That's been fixed with a few upstream patches that will come
up whenever the next release happens.
- There was also a build failure on base-compat, fixed by jailbreaking.
- The previous setup had all-packages.nix creating a new derivation
solely for the purpose of wrapping the Z3 binary. This has been removed:
the wrapper is still added but during the Haskell build itself, so that
all Haskell dependent packages can use the cryptol interpreters too.
- In its place, we use justStaticExecutables, so people using nix-env
and Cryptol users who *don't* need haskell dependencies can get much
smaller closures. Obviously this still implies a second build, but
this build is much more useful than one that merely adds a shell
script to a package that's relatively expensive to compile...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-04-07 00:45:22 -05:00
Peter Simons
3e113f5f7a
Merge pull request #58199 from rnhmjoj/superbuffer
...
haskellPackages.superbuffer: fix build
2019-03-25 13:57:12 +01:00
rnhmjoj
32ec718b57
haskellPackages.superbuffer: fix build
2019-03-24 12:07:40 +01:00
Peter Simons
35a504415f
git-annex: update sha256 hash for new version 7.20190322
2019-03-23 17:06:25 +01:00
Peter Simons
a61b989900
Merge pull request #57748 from nomeata/haskell-clock-patch
...
Import cross-compilation patch for clock
2019-03-20 23:18:52 +01:00
Peter Simons
3447973b9b
xmonad-extras: drop obsolete override
2019-03-17 09:43:14 +01:00
Peter Simons
7c04e3eb75
haskell-arbtt: add build products into $PATH for the check phase
...
Fixes https://github.com/NixOS/nixpkgs/pull/57585 .
2019-03-17 09:43:14 +01:00
Peter Simons
bdd4e11278
haskell-pandoc: update overrides for the new 2.7.1 version
...
(cherry picked from commit 96c7ea5f6d
)
2019-03-16 20:31:23 +01:00
Peter Simons
17c62c98d3
Merge pull request #57587 from erictapen/hakyll-pandoc-bump
...
haskellPackages.hakyll: bump pandoc dependency to 2.7
2019-03-16 13:47:33 +01:00
Joachim Breitner
c1eeb8f3ab
Import cross-compilation patch for clock
...
taken form https://github.com/input-output-hk/iohk-nix/blob/master/patches/clock-0.7.2.patch
2019-03-16 11:32:39 +01:00
Stefan Fehrenbach
b0351c0eb9
Remove obsolete workaround that breaks chell 0.5
2019-03-15 12:07:41 +00:00
Pascal Wittmann
66504c0671
Merge pull request #57129 from NixOS/fix-haskellPackages-xattr
...
haskellPackages.xattr: fix build with attr-2.4.48 (see #53716 )
2019-03-15 09:08:41 +01:00
Peter Simons
54258e459f
haskell-pandoc-citeproc: update override for the new version
2019-03-13 18:11:03 +01:00
Peter Simons
bbf5431865
haskell-texmath: drop obsolete override
2019-03-13 18:11:03 +01:00
Justin Humm
b82150c8c2
haskellPackages.hakyll: bump pandoc dependency to 2.7
2019-03-13 17:44:51 +01:00
Peter Simons
3dd4ea56d7
haskell-ci: bump to latest git version
2019-03-10 11:12:57 +01:00
Peter Simons
51435890dd
haskell-pandoc: update overrides for the latest LTS release
2019-03-10 11:12:56 +01:00
Pascal Wittmann
57afc591b3
haskellPackages.xattr: fix build with attr-2.4.48 (see ##53716)
2019-03-09 17:37:46 +01:00
Peter Simons
9e1ef78162
pandoc: add overrides to fix build of the new 2.7 version
2019-03-05 11:13:47 +01:00
Domen Kožar
d45ba336b2
cachix: 0.1.3 -> 0.2.0
2019-03-05 10:59:51 +07:00
Peter Simons
10e7cf92bc
haskell-ci: enable command-line completion
2019-02-24 10:14:29 +01:00
Peter Simons
bbd82be63e
haskell-ci: add an override that uses the latest git version
...
The latest Hackage release is too old to be useful, unfortunately.
2019-02-24 10:14:29 +01:00