summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2014-11-26 00:56:58 +0300
committerNikolay Amiantov <ab@fmap.me>2014-11-26 01:27:07 +0300
commit08748b4098f8ef8ff37f642c0d33a8eec2111916 (patch)
tree633a8f17afd8541c641e860311857d37e7334777 /pkgs/development/libraries
parentdf16451fa5577bd8ec3a93c48cb75fea566907ba (diff)
downloadnixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.tar
nixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.tar.gz
nixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.tar.bz2
nixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.tar.lz
nixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.tar.xz
nixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.tar.zst
nixpkgs-08748b4098f8ef8ff37f642c0d33a8eec2111916.zip
c2hs: update and move to development/tools
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/c2hs/default.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkgs/development/libraries/haskell/c2hs/default.nix b/pkgs/development/libraries/haskell/c2hs/default.nix
deleted file mode 100644
index a464b622424..00000000000
--- a/pkgs/development/libraries/haskell/c2hs/default.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, dlist, filepath, HUnit, languageC, shelly, testFramework
-, testFrameworkHunit, text, transformers
-}:
-
-cabal.mkDerivation (self: {
-  pname = "c2hs";
-  version = "0.19.1";
-  sha256 = "18vk4q43bn4n59mcjid382dlm113nwll94hsqhqvk52sp1jkmjn3";
-  isLibrary = false;
-  isExecutable = true;
-  buildDepends = [ dlist filepath languageC ];
-  testDepends = [
-    filepath HUnit shelly testFramework testFrameworkHunit text
-    transformers
-  ];
-  jailbreak = true;
-  doCheck = false;
-  meta = {
-    homepage = "https://github.com/haskell/c2hs";
-    description = "C->Haskell FFI tool that gives some cross-language type safety";
-    license = self.stdenv.lib.licenses.gpl2;
-    platforms = self.ghc.meta.platforms;
-  };
-})