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

892 commits

Author SHA1 Message Date
Peter Simons 6d457c60bb haskell-hspec-expectations: re-enable the test suite 2015-07-11 16:05:00 +02:00
Peter Simons 841cfa9764 haskell-hspec: break infinite recursion in testDepends
Suggested by @Fuuzetsu in https://github.com/NixOS/nixpkgs/issues/8664.
2015-07-11 16:05:00 +02:00
William Casarin 33c3e62fbb haskellPackages.vcache: unmark broken
* unmark haskellPackages.vcache as broken
* unmark haskellPackages.vcache-trie as broken

No longer broken since the addition of lmdb in

9d85874aeb
2015-07-11 16:05:00 +02:00
Peter Simons b096c39ca2 haskell-wai-session has been fixed upstream. 2015-07-11 16:05:00 +02:00
Peter Simons 5d28543192 hackage-packages.nix: update to 72f0e8d41d with hackage2nix revision 365f4f335ce8e3f384f6cc62b7a46796031610cc 2015-07-11 16:04:50 +02:00
Robert Helgesson ac594b303d haskell-http-media: enable tests
The test suite builds and runs OK since version 0.6.2.
2015-07-09 23:02:05 +02:00
Robert Helgesson 5d88acfa70 haskell-presburger: enable tests
The tests compile (and pass) since release of presburger version 1.3.1.
2015-07-09 20:27:00 +02:00
Robert Helgesson 6c2e772508 network-uri: re-enable tests
The issue causing compilation failure seems to have been resolved.
2015-07-07 21:05:19 +02:00
Kosyrev Serge 5fee7af3ba ghc: add haskell.compiler.ghcNokinds, for Richard Eisenberg's 'nokinds' branch 2015-07-06 11:09:28 +03:00
Peter Simons b6b13e45f8 haskell-lhs2tex: disable Hydra builds to fix assrtion error 2015-07-05 21:06:04 +02:00
Peter Simons 2f111381e0 haskell-mueval has been fixed upstream. 2015-07-05 21:06:04 +02:00
Peter Simons 26a9fcdfca haskell-hwsl2-reducers depends on broken build inputs 2015-07-05 21:06:04 +02:00
Peter Simons 9d69ce4237 hackage-packages.nix: drop package "som" to avoid invalid references to "assert" 2015-07-05 21:06:04 +02:00
Peter Simons 7871f2d9b1 haskell-Frames depends on broken singletons library. 2015-07-05 21:06:04 +02:00
Peter Simons 101d0db511 haskell-hid: build is broken 2015-07-05 21:06:03 +02:00
Peter Simons 34f10a82e0 haskell-digitalocean-kzs: can't run its test suite 2015-07-05 21:06:03 +02:00
Peter Simons 63406af616 haskell-acme-one exports no library modules, so we shouldn't run Haddock 2015-07-05 21:06:03 +02:00
Peter Simons d0f1e6626b haskell-socket: test suite tries to access the network 2015-07-05 21:06:03 +02:00
Peter Simons dfea5f25a6 hackage-packages.nix: update to 77076157d1 with hackage2nix revision 4a9eb87332b3005c00d9b695b1365e675b614e65 2015-07-05 21:06:00 +02:00
Edward Tjörnhammar da7355e562 pkgs.haskellPackages.gitit: unmark as broken 2015-06-28 12:40:23 +02:00
William A. Kennington III 7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
Peter Simons ec08cb9036 haskell-stack: disable failing test suite
Works around https://github.com/commercialhaskell/stack/issues/408 and
https://github.com/commercialhaskell/stack/issues/409. Closes
https://github.com/NixOS/nixpkgs/pull/8497.
2015-06-25 14:14:07 +02:00
Peter Simons 8e68d55b04 hackage-packages.nix: update to d107d75494 with hackage2nix revision de16283b7d550f2f74d936477f2ab475e3a30669 2015-06-25 12:18:19 +02:00
Peter Simons b64021cdaa haskell-gnutls: linker errors have been fixed upstream 2015-06-25 12:16:48 +02:00
Shea Levy 96749220c7 haskellPackages.ip-quoter: bump 2015-06-24 13:24:41 -04:00
Peter Simons 56b293231b haskell-shake: disable test suite because of https://github.com/ndmitchell/shake/issues/267 2015-06-24 12:28:04 +02:00
Peter Simons ddcdeaf2c1 haskell-units-attoparsec: build depends on broken singletons library 2015-06-24 12:28:04 +02:00
Peter Simons ae7140f693 haskell-hslua: drop obsolete override 2015-06-24 12:28:04 +02:00
Peter Simons 0d919b374c hackage-packages.nix: update to 79a194bc9a with hackage2nix revision 1c5ac72f817d996a1ccec3e5a14496fb49806755 2015-06-24 12:27:59 +02:00
Thomas Tuegel 5c7fb3a9b5 haskell-bindings-levmar: build with openblasCompat 2015-06-18 12:58:16 -05:00
Peter Simons 84235ff763 haskell-xkbcommon test suite has unspecified dependencies. 2015-06-17 23:17:54 +02:00
Peter Simons b8446a4d85 haskell: update configuration for Cabal 1.22.4.0 2015-06-17 23:17:54 +02:00
Peter Simons ef421d6f9b hackage-packages.nix: update to 0a97083894 with hackage2nix revision 1663fb81050a8be440e74263f022c7b04d3ccd6b 2015-06-17 23:17:48 +02:00
Peter Simons 75f82f50e6 Merge pull request #5908 from cstrahan/hoogle-local-ng
haskell-ng: hoogleLocal support

I believe this code ought to be used as follows:

    {
        packageOverrides = pkgs : let self = pkgs.pkgs; in rec {

        hsEnv = pkgs.haskell-ng.packages.ghc784.ghcWithPackages (p: with p;
                (haskellDev p) 
                ++(myPackages p) 
                # add more packages here
                );
        hsEnvHoogle = withHoogle hsEnv;

        withHoogle = haskellEnv: with pkgs.haskellngPackages;
         import <nixpkgs/pkgs/development/libraries/haskell/hoogle/local.nix> {
          stdenv = pkgs.stdenv;
          inherit hoogle rehoo ghc;
          packages = haskellEnv.paths;
        };
      };
    }
2015-06-17 15:07:07 +02:00
Peter Simons 90c3d380d1 haskell-wai-session: package is broken 2015-06-16 13:02:27 +02:00
Peter Simons 6390ea5026 haskell-serversession-backend-redis: disable failing test suite 2015-06-16 13:02:27 +02:00
Peter Simons 614769a9ed haskell-serversession: disable failing test suite 2015-06-16 13:02:27 +02:00
Peter Simons 19c5b0a8cd hackage-packages.nix: update to a6e45bb640 with hackage2nix revision 6c4694e3e3d2f6135be35b967f6f459a01789604 2015-06-16 13:02:22 +02:00
Peter Simons b311380227 hackage-packages.nix: update to 2c4a8914cb with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e 2015-06-15 19:26:56 +02:00
Peter Simons ea3382bb69 haskell-record doesn't pass the Haddock phase. 2015-06-13 11:31:31 +02:00
Peter Simons cd7b1ca000 haskell-configuration-ghc-7.8.x: drop obsolete override for 'equivalence' 2015-06-13 11:31:31 +02:00
Peter Simons 7e38ad08e7 hackage-packages.nix: update to 008236bc31 with hackage2nix revision c519a8ee5f75311f8eaaca7eaf5af8f7ad26d33e 2015-06-13 11:31:12 +02:00
Thomas Tuegel 2a2448bcb7 Merge pull request #8182 from ttuegel/openblas
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Nikolay Amiantov bb3db4e653 mueval: reapply Nix-specific patch 2015-06-12 03:54:20 +03:00
Nikolay Amiantov 6cc817cf51 mueval: add patch until release is pushed to Hackage 2015-06-12 03:42:29 +03:00
Charles Strahan 3859f7bdab haskell-ng: hoogleLocal support 2015-06-11 20:25:31 -04:00
Peter Simons 414d71c499 haskell-cron-compat: unnecessary fork of 'cron' that doesn't compile anyway 2015-06-11 11:52:27 +02:00
Peter Simons 283b75910a haskell-Win32: mark broken on systems other than Cygwin 2015-06-11 11:52:27 +02:00
Peter Simons 9e04c74d95 haskell-bitx-bitcoin: disable the test suite which tries to access the network 2015-06-11 11:52:26 +02:00
Peter Simons 1c31a4660a haskell-pipes-mongodb: disable the test suite which tries to access the network 2015-06-11 11:52:26 +02:00