aboutsummaryrefslogtreecommitdiff
path: root/bbcode/thermoprint-bbcode.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:14:49 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:14:49 +0000
commit48390f18b6b5690f015291af83fafefd10c70f57 (patch)
tree775f83741d08c94b27e22bda80b52a0a64d24b34 /bbcode/thermoprint-bbcode.nix
parent20105cc9a88d25a55eadf4263fc426a373ee0429 (diff)
downloadthermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.gz
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.bz2
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.xz
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.zip
bbcode is orthogonal to thermoprint
Diffstat (limited to 'bbcode/thermoprint-bbcode.nix')
-rw-r--r--bbcode/thermoprint-bbcode.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/bbcode/thermoprint-bbcode.nix b/bbcode/thermoprint-bbcode.nix
deleted file mode 100644
index 896bb04..0000000
--- a/bbcode/thermoprint-bbcode.nix
+++ /dev/null
@@ -1,17 +0,0 @@
1{ mkDerivation, attoparsec, base, case-insensitive, containers
2, hspec, QuickCheck, quickcheck-instances, rosezipper, stdenv, text
3}:
4mkDerivation {
5 pname = "thermoprint-bbcode";
6 version = "0.0.0";
7 src = ./.;
8 libraryHaskellDepends = [
9 attoparsec base case-insensitive containers rosezipper text
10 ];
11 testHaskellDepends = [
12 attoparsec base hspec QuickCheck quickcheck-instances text
13 ];
14 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
15 description = "A parser for a subset of bbcode compatible with thermoprint-spec";
16 license = stdenv.lib.licenses.publicDomain;
17}