1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

1829 commits

Author SHA1 Message Date
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