From ed629414fbc3af1700f7ed6829744f0fb30417c9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 12 Jan 2016 04:35:47 +0000 Subject: Morph [BBNode] (Forest Text) --- bbcode/thermoprint-bbcode.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bbcode/thermoprint-bbcode.nix') diff --git a/bbcode/thermoprint-bbcode.nix b/bbcode/thermoprint-bbcode.nix index 5521b10..c379053 100644 --- a/bbcode/thermoprint-bbcode.nix +++ b/bbcode/thermoprint-bbcode.nix @@ -1,14 +1,16 @@ -{ mkDerivation, attoparsec, base, hspec, QuickCheck -, quickcheck-instances, stdenv, text +{ mkDerivation, attoparsec, base, containers, hspec, QuickCheck +, quickcheck-instances, rosezipper, stdenv, text }: mkDerivation { pname = "thermoprint-bbcode"; version = "0.0.0"; src = ./.; libraryHaskellDepends = [ - attoparsec base QuickCheck quickcheck-instances text + attoparsec base containers rosezipper text + ]; + testHaskellDepends = [ + attoparsec base hspec QuickCheck quickcheck-instances text ]; - testHaskellDepends = [ attoparsec base hspec QuickCheck text ]; homepage = "http://dirty-haskell.org/tags/thermoprint.html"; description = "A parser for a subset of bbcode compatible with thermoprint-spec"; license = stdenv.lib.licenses.publicDomain; -- cgit v1.2.3