From 644c38de8b633dc5e03bff5216f68b2bfde4a645 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 9 Dec 2020 11:03:39 +0530 Subject: add initial solution for day09 --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 64861a5..78e9f1f 100644 --- a/default.nix +++ b/default.nix @@ -3,8 +3,9 @@ mkDerivation { pname = "aoc"; version = "0.1.0.0"; src = ./.; - isLibrary = false; + isLibrary = true; isExecutable = true; + libraryHaskellDepends = [ base ]; executableHaskellDepends = [ base containers parsec ]; license = "unknown"; hydraPlatforms = stdenv.lib.platforms.none; -- cgit v1.2.3