From d1481636d2daff157902d5d19b80c9ec3e40b9ed Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 21:57:39 +0200 Subject: Version bump --- trivmix.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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