haskell-configuration-ghc-7.8.x: various build fixes
- mtl-2.2.x needs transformers 0.4.x. - time-1.5.x can't build its test suite. - provide deep overrides for amazonka-* stuff to build with GHC 7.8.x
This commit is contained in:
@@ -79482,6 +79482,20 @@ self: {
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nats_0_2" = callPackage
|
||||
({ mkDerivation, base, hashable }:
|
||||
mkDerivation {
|
||||
pname = "nats";
|
||||
version = "0.2";
|
||||
sha256 = "05skqs5ahbrnwlsxjihkvmsw0n49k9mqdhrv9nqh4dmd1j622r73";
|
||||
editedCabalFile = "e401a5253358858109c85e8f17a4b63e7dd86b59cc77ac4baa6a421b6645b439";
|
||||
buildDepends = [ base hashable ];
|
||||
configureFlags = [ "-fhashable" ];
|
||||
homepage = "http://github.com/ekmett/nats/";
|
||||
description = "Natural numbers";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"nats" = callPackage
|
||||
({ mkDerivation, base, hashable }:
|
||||
mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user