From 5e0e1a2a2b06c17a818805a13261425438020e15 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 7 Oct 2019 09:57:36 +0100 Subject: Remove nix folder --- nix/parser-combinators.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nix/parser-combinators.nix (limited to 'nix/parser-combinators.nix') diff --git a/nix/parser-combinators.nix b/nix/parser-combinators.nix deleted file mode 100644 index d1baab9..0000000 --- a/nix/parser-combinators.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ mkDerivation, base, stdenv }: -mkDerivation { - pname = "parser-combinators"; - version = "1.1.0"; - sha256 = "ac7642972b18a47c575d2bcd0b2f6c34f33ca2ed3adb28034420d09ced823e91"; - libraryHaskellDepends = [ base ]; - homepage = "https://github.com/mrkkrp/parser-combinators"; - description = "Lightweight package providing commonly useful parser combinators"; - license = stdenv.lib.licenses.bsd3; -} -- cgit