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
Peter Simons
10b832e464
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-11-g4525071 from Hackage revision
7c09fb8e04
.
2016-12-01 19:57:44 +01:00
Peter Simons
d80d92793e
LTS Haskell 7.11
2016-12-01 19:57:43 +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
Peter Simons
1e62dc2929
configuration-hackage2nix.yaml: use latest hindent
2016-11-27 17:00:14 +01:00
Peter Simons
b74d732f67
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-8-gcc531ff.
2016-11-27 17:00:04 +01:00
Joe Hermaszewski
757638acae
ghcWithPackages: fix env NIX_GHC_LIBDIR value
...
Ideally the duplication between the environment shellHook and the ghc
wrapper would be removed.
Fixes #20730
2016-11-26 12:06:56 +00:00
Peter Simons
baea6a8d82
Merge pull request #20619 from Profpatsch/ghcWithHoogle-empty-packagelist
...
haskell/hoogle.nix: make an empty packages list possible
2016-11-25 19:21:23 +01:00
Profpatsch
b8a69aaba9
haskell/hoogle.nix: make an empty packages list possible
...
Building hoogle environments with an empty list of packages threw a built-time
error. This was particularly confusing when giving e.g. `(hps: [hps.Cabal])`
which, since `Cabal` is set to `null` (because it’s a distribution package),
would have lead to the same error as an empty list.
It was not useful to throw an error at all, because sometimes one only wants to
build an environment for the distribution packages; also the default value for
packages wasn’t even a valid value, so it is removed.
2016-11-24 12:31:58 +01:00
Peter Simons
88fa370992
Merge pull request #20652 from Profpatsch/hdbc-odbc-haddock
...
haskellPackages: fix HDBC-odbc haddockPhase
2016-11-23 20:35:14 +01:00
Peter Simons
91225b8ba2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-4-g1dfbad0 from Hackage revision
58a16d64a7
.
2016-11-23 17:29:45 +01:00
Peter Simons
a02be6517a
LTS Haskell 7.10
2016-11-23 17:29:27 +01:00
Profpatsch
54f8379321
haskellPackages: fix HDBC-odbc haddockPhase
2016-11-23 16:21:59 +01:00
Rodney Lorrimar
de2f9d6719
haskellPackages.ghcjs-dom: Add overrides ( #20474 )
2016-11-21 20:51:59 +01:00
Michael Alan Dorman
9cca22873a
git-annex: fixup sha256 for new version
2016-11-21 09:55:59 +01:00
Peter Simons
f4cf7638fd
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-4-g1dfbad0 from Hackage revision
b21c267fad
.
2016-11-21 09:55:53 +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
Vladimír Čunát
2aea31b52e
Merge branch 'staging'
2016-11-19 21:55:26 +01:00
Profpatsch
786c13c884
Merge pull request #20534 from Profpatsch/ghcjs-sort-configuration
...
Ghcjs sort configuration
2016-11-19 14:28:43 +01:00
Shea Levy
64ec4dd87b
Add haskell packages set for cross ghc
2016-11-18 10:44:53 -05:00
Profpatsch
06e0bac814
haskell/ghcjs: sort ghcjs packages alphabetically
2016-11-18 16:38:04 +01:00
Profpatsch
a7043808dd
haskell/ghcjs: patch Safe out of fast-logger
2016-11-18 16:24:37 +01:00
Profpatsch
247d7c88d2
haskell.packages.ghcjs: fix entropy ( #20446 )
2016-11-18 16:17:14 +01:00
Peter Simons
80daa953c4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
75f785093e
.
2016-11-18 09:51:24 +01: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
29662304df
configuration-hackage2nix.yaml: disable broken builds
...
Ping @abbradar because of broken lambdabot.
2016-11-18 09:51:06 +01:00
Peter Simons
0816860785
Merge pull request #20463 from Profpatsch/with-packages-drv-naming
...
ghc.withPackages: amend the derviation name
2016-11-17 17:09:28 +01:00
Profpatsch
499e4e6393
ghc.withPackages: amend the derviation name
...
Provide a clear difference between the compiler itself and link farms containing
additional packages.
2016-11-17 16:48:53 +01:00
Shea Levy
3995655d2c
Revert "Merge pull request #17145 from kalhauge/haskell_darwin_dyld"
...
This fix doesn't actually fix the cabal bug (see #16357 ), but it does
cause other bugs (see #20476 )
Fixes #20476
This reverts commit b89fa5fd5c
, reversing
changes made to e4b146b041
.
2016-11-17 07:25:42 -05:00
Peter Simons
fcb6a18f37
haskell-http-api-data: fix reference in configuration-common.nix
2016-11-16 11:16:10 +01:00
Peter Simons
1e43c159e2
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
4196e3bc37
.
2016-11-16 11:16:02 +01:00
Peter Simons
734bd22f1b
LTS Haskell 7.9
2016-11-16 11:15:13 +01:00
Michael Alan Dorman
7daf0b8b6e
git-annex: update sha256 for new version
2016-11-14 10:04:15 +01:00
Peter Simons
92df69fb22
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
5e084e904a
.
2016-11-14 10:04:05 +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
b15dec170a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
ea775f0608
.
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
Peter Simons
5dd3c22717
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
17853c139c
.
2016-11-07 08:36:00 +01:00
Peter Simons
cefc24bf69
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
d2b9c38a11
.
2016-11-07 08:36:00 +01:00
Peter Simons
b69ef90fe7
Update to LTS Haskell 7.8.
2016-11-07 08:35:59 +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
7b26af844f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
780f9e49c9
.
2016-11-04 21:29:50 +01:00
Peter Simons
43f2c86eee
configuration-hackage2nix.yaml: add older version of haskell-src-exts for hoogle
2016-11-04 21:29:49 +01:00
Peter Simons
b137b8d1aa
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
ed04e9f186
.
2016-11-03 17:42:22 +01:00
Peter Simons
4ba3605260
configuration-hackage2nix.yaml: enable hledger-* test builds
...
Closes https://github.com/NixOS/nixpkgs/issues/20076 .
2016-11-03 17:37:21 +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
c6cd4ee35d
configuration-hackage2nix.yaml: update list of broken builds
2016-11-03 17:34:23 +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
Peter Simons
a170fb2340
LTS Haskell 7.7
2016-11-03 17:34:21 +01:00
Peter Simons
a0cad9ad75
LTS Haskell 7.6
2016-11-03 17:32:27 +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
Peter Simons
fac1168816
callHackage: make 'all-cabal-hashes' repository overridable
...
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.
People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:
{
packageOverrides = super: {
all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz ";
};
}
2016-11-01 18:35:19 +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
Rickard Nilsson
6bbdad7d11
haskell-xxhash: Use doJailbreak instead of sed
2016-11-01 11:34:14 +01:00
Rickard Nilsson
58707589d2
haskell-xxhash: fix build with GHC 8.x
2016-11-01 11:01:51 +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 b6df43a2df
)
2016-10-28 16:52:51 +02:00
Peter Simons
4cfc164256
haskell-titlecase: drop obsolete overrides
...
(cherry picked from commit 118efe87b9
)
2016-10-28 16:52:51 +02:00
Peter Simons
2a19aea54a
haskell-stack: fix evaluation
...
(cherry picked from commit 9c31962c07
)
2016-10-28 16:52:51 +02:00
Peter Simons
e0ef9e9714
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3 from Hackage revision
bb6bb10d46
.
2016-10-28 16:52:50 +02:00
Peter Simons
00659b83a3
LTS Haskell 7.5
...
(cherry picked from commit a6445ace6f
)
2016-10-28 16:51:52 +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
Pierre Radermecker
95b95ffc85
hackage2nix: add hruby x86_64-linux to hydra
2016-10-25 22:51:06 +02:00
Peter Simons
e5db8068fa
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
19c7074b55
.
2016-10-20 13:40:10 +02:00
Peter Simons
f3e994e8be
haskell-titlecase: fix build with GHC 8.0.x
2016-10-20 13:40:10 +02: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
Peter Simons
56ea4f8098
haskell-stack: fix build
2016-10-18 18:02:40 +02:00
Peter Simons
3af8c6e306
git-annex: enable test suite again
2016-10-18 18:02:40 +02:00
Peter Simons
3ce999416a
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
19c7074b55
.
2016-10-18 18:02:33 +02:00
Peter Simons
db6b964290
Update to LTS Haskell 7.4
2016-10-18 18:01:35 +02:00
Aristid Breitkreuz
64b2205bf4
ihaskell: partial fix, mark as broken
2016-10-16 12:27:46 +02:00
Bas van Dijk
79f6e39b93
cereal: fix build on ghcjs
2016-10-14 00:35:01 +02:00
Peter Simons
ea1a8cf5f0
git-annex: bump to latest version
2016-10-12 17:50:20 +02:00
Peter Simons
5925d14525
haddock-library: fix build with GHC 7.10.x
...
Required by GHCJS.
2016-10-12 16:52:41 +02:00
Peter Simons
7c1d952a56
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision
d009766695
.
2016-10-12 16:52:41 +02:00
Peter Simons
8939e2a26b
haskell-nvvm: disable build on Hydra since it depends on unfree cudatoolkit
2016-10-12 16:52:40 +02:00
Peter Simons
c69f058ee2
configuration-hackage2nix.yaml: add old version of haddock-library
...
This is required by haddock-api 2.16.x.
2016-10-12 16:51:47 +02:00
Peter Simons
71e4613e78
LTS Haskell 7.3
2016-10-12 16:51:47 +02:00
Peter Simons
7e0dc5ab69
Merge pull request #19394 from aherrmann/pr_diagrams_pgf
...
haskell-diagrams-pgf: fix build
2016-10-09 17:18:41 +02:00
Andreas Herrmann
7c741722e2
diagrams-pgf: Fix dependencies
2016-10-09 17:07:17 +02:00
Andreas Herrmann
50aff7e07b
texrunner: Fix build
...
Tests fail due to nonexistent tex executables.
2016-10-09 15:39:05 +02:00
Peter Simons
b59b89d9e3
Revert "Extend Haskell generic builder to use new --ipid flag."
...
This reverts commit ec8b816154
. The change told
the Cabal build system to use the hash-part of $out as the internal identifier
for the library it's building (rather than generating such an ID itself). While
a good idea in theory, this choice had an unfortunate side-effect: When Cabal
links libraries X, Y, and Z into an executable, then the generated binary
contains their respective IDs. Now, Nix finds those strings and treats them as
an indication that there is a *run-time dependency* on the corresponding store
paths. This means that the generated executable will always depend on the store
paths of all the Haskell libraries that went into it, even when linked
statically.
2016-10-08 10:45:48 +02:00
Theodore Witkamp
d4566400c9
haskellPackage.wai-cors: Disable cabal check
...
External program is used in tests.
2016-10-05 17:04:35 -07:00
Peter Simons
82d32feda9
haskell: jailbreak some packages to fix builds in LTS 7.x
2016-10-05 21:07:29 +02:00
Peter Simons
e9d7f0d945
haskell-attoparsec: fix build with GHC 7.10.x
...
Closes https://github.com/NixOS/nixpkgs/issues/19270 .
2016-10-05 21:07:29 +02:00
Peter Simons
75df6107da
haskell-configuration-ghc-7.10.x: drop obsolete overrides
2016-10-05 21:07:29 +02:00
Peter Simons
2a2a3c796a
callHackage: ensure we're always using the latest available Hackage database
2016-10-05 19:05:50 +02:00
Peter Simons
ec8b816154
Extend Haskell generic builder to use new --ipid flag.
2016-10-05 09:46:53 +02:00
Peter Simons
4e576faa1c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-11-g4585b46 from Hackage revision
ad51461d4d
.
2016-10-05 09:46:53 +02:00
Peter Simons
79f92f00f9
haskell-vector: jailbreak to fix test suite build
2016-10-02 23:44:00 +02:00
Peter Simons
e3cc3de334
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-10-g950a7f4 from Hackage revision
1aa9f5de46
.
2016-10-02 23:43:54 +02:00
Peter Simons
0dc9600107
configuration-hackage2nix.yaml: update to LTS 7.2
...
Also update list of broken builds.
2016-10-02 23:43:29 +02:00
Peter Simons
8b5c1190d6
haskell-store: disable spuriously failing test suite
2016-10-01 19:37:13 +02:00
Peter Simons
26a7e0784f
haskell-stack: fix build of the new version
2016-09-30 22:11:40 +02:00
Peter Simons
8911857fd4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-9-gc0b597f from Hackage revision
9ca479bb22
.
2016-09-30 15:08:20 +02:00
Peter Simons
d09227fb33
configuration-hackage2nix.yaml: drop versions restrictions on stack and cabal2nix
2016-09-30 15:08:10 +02:00
Peter Simons
1fe5deb62b
Merge pull request #19042 from Profpatsch/ghcjs-package-fixes
...
packages.ghcjs: fix a few packages
2016-09-28 16:15:37 +02:00
Peter Simons
6c59acc8ae
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-8-g5f3e95b from Hackage revision
2bcfb7bba6
.
2016-09-28 16:02:07 +02:00
Profpatsch
308cd1abad
packages.ghcjs: fix a few packages
...
dependencies for http2 & semigroups
jailbreak for protolude
no docs for wai
2016-09-28 15:51:53 +02:00
Peter Simons
74434e4ab1
git-annex: update to latest version
2016-09-27 14:09:15 +02:00
Peter Simons
8df6e25305
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
c330477077
.
2016-09-27 14:09:09 +02:00
Peter Simons
9b72cacc48
configuration-hackage2nix: update to LTS Haskell 7.1
2016-09-27 14:08:21 +02:00
Peter Simons
31d2e2c3a5
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
f3f5c19aa1
.
2016-09-26 08:45:22 +02:00
Peter Simons
d126fbb89c
hindent: don't try to byte compile elisp files
...
We don't have an up-to-date version of haskell-mode in Nix, which is a
dependency of that build.
2016-09-26 08:43:23 +02:00
Peter Simons
6ea55715b6
structured-haskell-mode: apply patches to fix the build
2016-09-26 08:43:23 +02:00
Peter Simons
0d38ff9d37
structured-haskell-mode: cosmetic
2016-09-26 08:43:23 +02:00
Peter Simons
24b64aab0f
structured-haskell-mode: use output from "git describe" to identify the version
2016-09-26 08:43:23 +02:00
Peter Simons
8967a3f798
structured-haskell-mode: bump to latest git version
...
Hopefully, this will achieve support for Emacs 25.x.
2016-09-26 01:20:31 +02:00
Rodney Lorrimar
f318d62b5f
haskellPackages.hasql-transaction: disable failing test suite
...
The tests want to connect to a postgresql server at localhost:5432.
2016-09-24 21:05:03 +01:00
Peter Simons
62606be9b0
haskell-hindent: disable failing test suite
2016-09-20 12:04:47 +02:00
Peter Simons
c999c9f636
haskell-mongoDB: disable failing test suite
2016-09-20 12:04:47 +02:00
Michael Alan Dorman
c3974031dd
For the moment, we need a specific reference to 5.0.4
...
This will need to change if we stop arbitrarily tying "hoogle" to be
5.0.1.
2016-09-20 12:04:47 +02:00
Michael Alan Dorman
f16f2017ac
Make hoogle-local compatible wih hoogle >= 5.0.4
2016-09-20 12:04:46 +02:00
Peter Simons
57f5d1b7a8
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-5-gabba389 from Hackage revision
3f3f95963d
.
2016-09-20 12:04:42 +02:00
Peter Simons
ee0f2722b3
configuration-hackage2nix.yaml: disable broken builds to avoid evaluation errors
2016-09-20 12:04:41 +02:00
Moritz Ulrich
01e44ac1f9
emacs: 24.5 -> 25.1
...
This commit removes all references to emacs24 with the exception of
emacs24-macports. The two folders in `pkgs/applications/editors` named
`emacs-24` and `emacs-24` are consolidated to a new `emacs` folder.
Various parts in nixpkgs also referenced `emacs24Packages` (pinned to
`emacs24`) explicitly where `emacsPackages` (non-pinned) is more
appropriate. These references get fixed by this commit too.
2016-09-18 13:38:21 +02:00
Peter Simons
2b1fea120c
idris: disable failing test suite
2016-09-18 12:14:49 +02:00
Peter Simons
806d96b6a3
git-annex: test suite fails, reported upstream
2016-09-18 12:14:49 +02:00
Peter Simons
59e0dff09f
hoogle: remove obsolete override
2016-09-18 12:14:49 +02:00
Peter Simons
b7aad29806
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2-3-g78b650c from Hackage revision
74dd7d3698
.
2016-09-18 12:14:49 +02:00
Profpatsch
bfc710b0f5
haskellPackages/pontarius-xmpp: dontCheck
2016-09-17 20:36:44 +02:00
Peter Simons
1a51047c3c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.2 from Hackage revision
b76b355f94
.
2016-09-17 17:57:04 +02:00
Peter Simons
ef4eb283a9
haskell-MemoTrie: disable failing Haddock stage
2016-09-17 17:57:02 +02:00
Peter Simons
9921e7ce96
xmonad: disable failing test suite
2016-09-17 17:57:01 +02:00
Peter Simons
70150639a8
haskell-spy: drop obsolete override
2016-09-17 17:57:01 +02:00
Peter Simons
2140aca679
haskell-hasktags: drop obsolete override
2016-09-17 17:57:01 +02:00
Peter Simons
99b5c0cb9b
haskell: disable plenty of broken LTS-7.x test suites
2016-09-17 17:57:01 +02:00