From 42d741a0cd916db098aac079b21bd513768f6f75 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Aug 2016 18:05:24 +0200 Subject: version bump --- trivmix.cabal | 2 +- trivmix.nix | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/trivmix.cabal b/trivmix.cabal index d62ef99..1841de6 100644 --- a/trivmix.cabal +++ b/trivmix.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: trivmix -version: 2.6.2 +version: 2.6.3 -- synopsis: -- description: license: PublicDomain diff --git a/trivmix.nix b/trivmix.nix index 88f76cc..8d1535a 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -1,18 +1,17 @@ -# This file was auto-generated by cabal2nix. Please do NOT edit manually! - -{ mkDerivation, stdenv, case-insensitive, data-default, explicit-exception, filelock -, filepath, hinotify, jack, optparse-applicative, transformers +{ mkDerivation, base, case-insensitive, data-default, directory +, explicit-exception, filelock, filepath, hinotify, jack +, optparse-applicative, process, stdenv, transformers, unix }: - mkDerivation { pname = "trivmix"; - version = "2.6.2"; + version = "2.6.3"; src = ./.; isLibrary = true; isExecutable = true; - buildDepends = [ - case-insensitive data-default explicit-exception filelock filepath - hinotify jack optparse-applicative transformers + libraryHaskellDepends = [ base case-insensitive data-default ]; + executableHaskellDepends = [ + base directory explicit-exception filelock filepath hinotify jack + optparse-applicative process transformers unix ]; license = stdenv.lib.licenses.publicDomain; } -- cgit v1.2.3