From 3fb2006846a6b823c8bc04fff86ffa3ab396b596 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 1 Jun 2016 18:17:46 +0200 Subject: [PATCH] haskell-bytes: fix LTS build --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 18ed30da237..fcadc790baa 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -206,6 +206,7 @@ self: super: { # GHC versions prior to 8.x require additional build inputs. aeson = disableCabalFlag (addBuildDepend super.aeson self.semigroups) "old-locale"; case-insensitive = addBuildDepend super.case-insensitive self.semigroups; + bytes = addBuildDepend super.bytes self.doctest; semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]); intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);