From 57c56564d15cd5c83a4f1d1bab5490e6b75e8656 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 18 Jan 2016 12:09:36 +0000 Subject: Moved Printout.BBCode to own module --- tp-bbcode/thermoprint-bbcode.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tp-bbcode/thermoprint-bbcode.nix (limited to 'tp-bbcode/thermoprint-bbcode.nix') diff --git a/tp-bbcode/thermoprint-bbcode.nix b/tp-bbcode/thermoprint-bbcode.nix new file mode 100644 index 0000000..9a48152 --- /dev/null +++ b/tp-bbcode/thermoprint-bbcode.nix @@ -0,0 +1,19 @@ +{ mkDerivation, aeson, base, bbcode, case-insensitive, containers +, hspec, QuickCheck, quickcheck-instances, stdenv, text +, thermoprint-spec +}: +mkDerivation { + pname = "thermoprint-bbcode"; + version = "0.0.0"; + src = ./.; + libraryHaskellDepends = [ + base bbcode case-insensitive containers text thermoprint-spec + ]; + testHaskellDepends = [ + aeson base containers hspec QuickCheck quickcheck-instances text + thermoprint-spec + ]; + homepage = "http://dirty-haskell.org/tags/thermoprint.html"; + description = "Parse bbcode for use in thermoprint"; + license = stdenv.lib.licenses.publicDomain; +} -- cgit v1.2.3