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.cabal | 2 ++ spec/thermoprint-spec.nix | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'spec') diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal index b9f7fd6..40978c3 100644 --- a/spec/thermoprint-spec.cabal +++ b/spec/thermoprint-spec.cabal @@ -19,6 +19,7 @@ cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Thermoprint.Printout + , Thermoprint.Printout.BBCode , Thermoprint.Identifiers , Thermoprint.API -- other-modules: @@ -27,6 +28,7 @@ library , DeriveAnyClass , OverloadedStrings build-depends: base >=4.8.1 && <5 + , bbcode -any , containers >=0.5.6 && <1 , text >=1.2.1 && <2 , bytestring >=0.10.6 && <1 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