about summary refs log tree commit diff
path: root/pkgs/development/compilers/epic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/epic/default.nix')
-rw-r--r--pkgs/development/compilers/epic/default.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkgs/development/compilers/epic/default.nix b/pkgs/development/compilers/epic/default.nix
deleted file mode 100644
index ae4d73d6e209..000000000000
--- a/pkgs/development/compilers/epic/default.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, boehmgc, Cabal, gmp, happy, mtl }:
-
-cabal.mkDerivation (self: {
-  pname = "epic";
-  version = "0.9.3.2";
-  sha256 = "1l73absns4ci20brkdjg1r1l9p4xxx88vax736diqik7rl7zrx9h";
-  isLibrary = true;
-  isExecutable = true;
-  buildDepends = [ Cabal mtl ];
-  buildTools = [ happy ];
-  extraLibraries = [ boehmgc gmp ];
-  meta = {
-    homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php";
-    description = "Compiler for a simple functional language";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})