aboutsummaryrefslogtreecommitdiff
path: root/tp-bbcode/thermoprint-bbcode.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-25 01:44:35 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-25 01:44:35 +0000
commitda0aef961fef08e2690f0dff272b57340dc1d151 (patch)
treef65fdf390a83d508131fe724ab077f8c3e737377 /tp-bbcode/thermoprint-bbcode.nix
parent133a91f949025308a9985e6ab9db7d542bbd6678 (diff)
downloadthermoprint-da0aef961fef08e2690f0dff272b57340dc1d151.tar
thermoprint-da0aef961fef08e2690f0dff272b57340dc1d151.tar.gz
thermoprint-da0aef961fef08e2690f0dff272b57340dc1d151.tar.bz2
thermoprint-da0aef961fef08e2690f0dff272b57340dc1d151.tar.xz
thermoprint-da0aef961fef08e2690f0dff272b57340dc1d151.zip
Inverse to bbcode
Diffstat (limited to 'tp-bbcode/thermoprint-bbcode.nix')
-rw-r--r--tp-bbcode/thermoprint-bbcode.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/tp-bbcode/thermoprint-bbcode.nix b/tp-bbcode/thermoprint-bbcode.nix
index d0b3d2c..7cec719 100644
--- a/tp-bbcode/thermoprint-bbcode.nix
+++ b/tp-bbcode/thermoprint-bbcode.nix
@@ -1,5 +1,5 @@
1{ mkDerivation, aeson, base, bbcode, case-insensitive, containers 1{ mkDerivation, aeson, base, bbcode, bytestring, case-insensitive
2, hspec, QuickCheck, quickcheck-instances, stdenv, text 2, containers, hspec, QuickCheck, quickcheck-instances, stdenv, text
3, thermoprint-spec 3, thermoprint-spec
4}: 4}:
5mkDerivation { 5mkDerivation {
@@ -7,7 +7,8 @@ mkDerivation {
7 version = "1.0.0"; 7 version = "1.0.0";
8 src = ./.; 8 src = ./.;
9 libraryHaskellDepends = [ 9 libraryHaskellDepends = [
10 base bbcode case-insensitive containers text thermoprint-spec 10 base bbcode bytestring case-insensitive containers text
11 thermoprint-spec
11 ]; 12 ];
12 testHaskellDepends = [ 13 testHaskellDepends = [
13 aeson base containers hspec QuickCheck quickcheck-instances text 14 aeson base containers hspec QuickCheck quickcheck-instances text