From 0495331698ac3236c259eed3eaa4bcc5e0fea66a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Oct 2014 12:46:19 +0200 Subject: [PATCH] haskell-optparse-applicative: update to version 0.10.0 --- .../libraries/haskell/optparse-applicative/0.10.0.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/optparse-applicative/0.10.0.nix b/pkgs/development/libraries/haskell/optparse-applicative/0.10.0.nix index ff546c76eae..ea2dc95e364 100644 --- a/pkgs/development/libraries/haskell/optparse-applicative/0.10.0.nix +++ b/pkgs/development/libraries/haskell/optparse-applicative/0.10.0.nix @@ -13,5 +13,6 @@ cabal.mkDerivation (self: { description = "Utilities and combinators for parsing command line options"; license = self.stdenv.lib.licenses.bsd3; platforms = self.ghc.meta.platforms; + hydraPlatforms = self.stdenv.lib.platforms.none; }; })