From 6bd0198ad78b01db78d036e13407f12edf5a74c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Oct 2014 13:02:34 +0200 Subject: [PATCH] haskell-binary: update to version 0.7.2.1 --- pkgs/development/libraries/haskell/binary/0.7.2.1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/binary/0.7.2.1.nix b/pkgs/development/libraries/haskell/binary/0.7.2.1.nix index b8803868cd1..e28df84b0fb 100644 --- a/pkgs/development/libraries/haskell/binary/0.7.2.1.nix +++ b/pkgs/development/libraries/haskell/binary/0.7.2.1.nix @@ -17,5 +17,6 @@ cabal.mkDerivation (self: { description = "Binary serialisation for Haskell values using lazy ByteStrings"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; + hydraPlatforms = self.stdenv.lib.platforms.none; }; })