From 2ac98950dab9b1871cbe0541eabb7b3eaa656d73 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 6 Dec 2015 01:40:15 +0100 Subject: bumped to new haskellPackages --- trivmix.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trivmix.nix') diff --git a/trivmix.nix b/trivmix.nix index 5fca173..3441455 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -1,7 +1,7 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ mkDerivation, stdenv, caseInsensitive, dataDefault, explicitException, filelock -, filepath, hinotify, jack, optparseApplicative, transformers +{ mkDerivation, stdenv, case-insensitive, data-default, explicit-exception, filelock +, filepath, hinotify, jack, optparse-applicative, transformers }: mkDerivation { @@ -11,8 +11,8 @@ mkDerivation { isLibrary = true; isExecutable = true; buildDepends = [ - caseInsensitive dataDefault explicitException filelock filepath - hinotify jack optparseApplicative transformers + caseInsensitive data-default explicit-exception filelock filepath + hinotify jack optparse-applicative transformers ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3