Peter Simons
1e14698a58
haskell-Cabal: update latest version to 1.24.2.0
2016-12-14 15:33:26 +01:00
Peter Simons
3e092a19f3
haskell-math-functions: test suite fails sporadically
2016-12-14 15:33:25 +01:00
Peter Simons
7f1d74d43b
haskell-brick: update overrides with regard to vty
2016-12-14 15:33:25 +01:00
Profpatsch
570708183b
haskellPackages: add hoogleLocal
...
The docs in `hoogle.nix` intend for it to be in the packageset as `hoogleLocal`
and that also makes a lot of sense from a user perspective.
`packages` is not a function `HaskellPackages -> [Package]`, but rather an
arbitrary set of packages.
That is good, because that way it can be used e.g. to merge package databases
from other versions of the packageset.
It’s done as function with default argument, because otherwise the user has to
use `overrideCabal` to override `packages` in `hoogle.nix`.
2016-12-12 14:27:04 +01:00
Nikolay Amiantov
497e6d2f1d
haskellPackages.haskell-src-exts-simple: build against new haskell-src-exts
2016-12-05 16:39:23 +03:00
Greg Hale
ad489cec10
Add pandoc dependency to heist to restore working heist tests
2016-12-05 01:53:44 +00:00
Domen Kožar
d8e2eba828
haskellPackages.turtle: enable tests again (they pass)
2016-12-03 12:31:30 +01:00
Peter Simons
297ea7550c
haskellPackages.ghc-core: Revert "0.5.6 -> 2012-12-15"
...
This reverts commit c1b919ff5c
. That kind of
change is a maintenance nightmare because it unconditionally overrides the
package's version specified in hackage-packages.nix with something else, i.e.
no future update will ever have an effect. This is not the proper way to do it.
The proper way is to add the relevant commit from Github as a patch.
2016-12-01 20:04:19 +01:00
Peter Simons
a571edecd0
haskell-jni: fix path to missing libjvm
...
libjvm.so is in a non-standard location and the build needs help finding it.
Closes https://github.com/NixOS/nixpkgs/issues/20669 .
2016-12-01 19:58:28 +01:00
mingchuan
880ae3fd1e
haskellPackages: fix brick and vty_5_13
...
brick 0.14 requires vty >= 5.12
2016-12-01 19:58:28 +01:00
Profpatsch
10cf3b150e
haskellPackages.HDBC-odbc: remove haddock fix again
2016-11-30 13:04:48 +01:00
Ruslan Babayev
f44023c485
haskellPackages.barrier: jailbreak
2016-11-28 17:18:21 -08:00
Michael Alan Dorman
d24a886419
hoogle: build with newest haskell-src-exts
2016-11-27 17:00:14 +01:00
Michael Alan Dorman
725e44cc04
hindent: fix 5.2.1 build
2016-11-27 17:00:14 +01:00
Profpatsch
54f8379321
haskellPackages: fix HDBC-odbc haddockPhase
2016-11-23 16:21:59 +01:00
Michael Alan Dorman
9cca22873a
git-annex: fixup sha256 for new version
2016-11-21 09:55:59 +01:00
Pascal Wittmann
515974a66b
haskellPackages.ReadArgs: jailbreak to fix build
...
fixes #20515
2016-11-20 21:41:55 +01:00
obadz
c1b919ff5c
haskellPackages.ghc-core: 0.5.6 -> 2012-12-15
2016-11-20 16:25:54 +00:00
Nikolay Amiantov
5bfaa2d3ad
lambdabot: fix to use new haskell-src-exts
2016-11-20 19:09:03 +03:00
Shea Levy
f198e4f52a
socket-0.7.0.0: Pass new version of QuickCheck
2016-11-19 19:28:46 -05:00
Peter Simons
4306a53756
Declare "ghcjs-base" as a compiler-provided core package.
...
This change fixes several GHCJS-related packages in our Hackage database.
Cc: @Profpatsch
2016-11-18 09:51:14 +01:00
Peter Simons
fcb6a18f37
haskell-http-api-data: fix reference in configuration-common.nix
2016-11-16 11:16:10 +01:00
Michael Alan Dorman
7daf0b8b6e
git-annex: update sha256 for new version
2016-11-14 10:04:15 +01:00
Peter Simons
cb07aea0bd
haskell-STMonadTrans: disable failing test suite to fix the build
...
Closes https://github.com/NixOS/nixpkgs/issues/20309 .
2016-11-10 18:15:35 +01:00
Peter Simons
6a53da63b3
haskell-http-client: update reference in configuration-common.nix
2016-11-10 18:15:35 +01:00
Peter Simons
cef68b475e
haskell-diff-parse: jailbreak to fix test suite build
2016-11-09 08:47:27 +01:00
Peter Simons
d268cef94a
haskell-distributed-process-tests: don't run tests on Hydra
2016-11-07 08:36:20 +01:00
Peter Simons
488e460f27
configuration-common.nix: update reference to http-client_0_5_3_4
2016-11-07 08:36:00 +01:00
Peter Simons
d9c3f3fbaf
haskell-Cabal: update from 1.24.0.0 to 1.24.1.0
2016-11-07 08:36:00 +01:00
Profpatsch
77f6453fe8
haskellPackages: libsystemd-journal unjailbreak
...
upper bound got fixed
2016-11-05 20:55:23 +01:00
Nikolay Amiantov
dd8f60fbd9
haskellPackages.dbus: fix for new DBUS_SESSION_BUS_ADDRESS format
2016-11-05 14:45:40 +03:00
Peter Simons
6a76ee237d
haskell-hoogle doesn't work with haskell-src-exts-1.19.x.
2016-11-04 21:29:58 +01:00
Peter Simons
6fe22c643b
haskell-servant: fix build of latest version
...
Closes https://github.com/NixOS/nixpkgs/pull/20068 .
2016-11-03 17:37:20 +01:00
Peter Simons
b84f2a5165
Cosmetic.
2016-11-03 17:37:20 +01:00
Peter Simons
dbeb3f357c
haskell-hspec-discover: enable the Haddock documentation again
2016-11-03 17:37:20 +01:00
Peter Simons
0018599a26
haskell-hoogle: use latest version by default
2016-11-03 17:37:19 +01:00
Peter Simons
38dc05fd06
Update hoogle and structured-haskell-mode to latest version of haskell-src-exts.
2016-11-03 17:37:19 +01:00
Peter Simons
306953581d
haskell-swagger: disable Haddock phase
...
Citing from http://hydra.cryp.to/build/2035868/nixlog/1/raw :
haddock: internal error: spliceURL UnhelpfulSpan
2016-11-03 17:34:22 +01:00
Peter Simons
ed9f1c575b
git-annex: update version
2016-11-03 17:34:21 +01:00
Profpatsch
5c197b2e38
haskellPackages: mark sindre broken
2016-11-02 16:22:29 +01:00
Profpatsch
83317f7d04
haskellPackages: fix libsystemd-journal
2016-11-02 01:11:10 +01:00
Joachim Fasting
31f8367c67
haskellPackages.dataenc: jailbreak
...
Relaxes overly strict bounds on base (3 > && < 4.8). The dataenc
package is unmaintained so there is no corresponding upstream issue.
2016-11-01 13:30:50 +01:00
Shea Levy
4df3bb7e08
store-0.3: Build with the right version of store-core
2016-10-30 11:29:07 -04:00
Peter Simons
0cf03e02ae
git-annex: update to latest version
...
(cherry picked from commit b6df43a2df3c1b998a3c4ce5fb1e54a1691e3f41)
2016-10-28 16:52:51 +02:00
Peter Simons
2a19aea54a
haskell-stack: fix evaluation
...
(cherry picked from commit 9c31962c075933b6dae6ef5374f01768fe7a892b)
2016-10-28 16:52:51 +02:00
Joachim Fasting
620b364a87
haskellPackages.wai-app-file-cgi: fix build
...
Fixes https://github.com/NixOS/nixpkgs/issues/19611
Fixes https://github.com/NixOS/nixpkgs/issues/19612
2016-10-28 16:32:27 +02:00
John Wiegley
c60b3e4bfc
haskellPackages.hakyll: Fix the Darwin build (broken tests)
2016-10-27 15:10:39 -07:00
Peter Simons
6a35164874
haskell: drop obsolete jailbreaking overrides
2016-10-20 13:40:10 +02:00
Peter Simons
ad81560afc
structured-haskell-mode: update to latestt Git revision
...
This update makes our local patches obsolete.
2016-10-20 13:40:10 +02:00
Michael Alan Dorman
a70e11adbf
haskellPackages: jailbreak terminal-progress-bar
2016-10-18 18:02:40 +02:00