From 48390f18b6b5690f015291af83fafefd10c70f57 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 14 Jan 2016 22:14:49 +0000 Subject: bbcode is orthogonal to thermoprint --- spec/thermoprint-spec.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'spec/thermoprint-spec.nix') diff --git a/spec/thermoprint-spec.nix b/spec/thermoprint-spec.nix index 2da5d86..368f3a9 100644 --- a/spec/thermoprint-spec.nix +++ b/spec/thermoprint-spec.nix @@ -1,15 +1,15 @@ -{ mkDerivation, aeson, base, base64-bytestring, bytestring, Cabal -, cabal-test-quickcheck, containers, deepseq, encoding, hspec -, QuickCheck, quickcheck-instances, servant, stdenv, text +{ mkDerivation, aeson, base, base64-bytestring, bbcode, bytestring +, Cabal, cabal-test-quickcheck, containers, deepseq, encoding +, hspec, QuickCheck, quickcheck-instances, servant, stdenv, text }: mkDerivation { pname = "thermoprint-spec"; version = "1.0.0"; src = ./.; libraryHaskellDepends = [ - aeson base base64-bytestring bytestring Cabal cabal-test-quickcheck - containers deepseq encoding QuickCheck quickcheck-instances servant - text + aeson base base64-bytestring bbcode bytestring Cabal + cabal-test-quickcheck containers deepseq encoding QuickCheck + quickcheck-instances servant text ]; testHaskellDepends = [ aeson base hspec QuickCheck quickcheck-instances -- cgit v1.2.3