c2hs: update and move to development/tools

This commit is contained in:
Nikolay Amiantov 2014-11-26 00:56:58 +03:00
parent df16451fa5
commit 08748b4098
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ cabal.mkDerivation (self: {
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";

View File

@ -339,7 +339,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
bzlib = callPackage ../development/libraries/haskell/bzlib {};
c2hs = callPackage ../development/libraries/haskell/c2hs {};
c2hs = callPackage ../development/tools/haskell/c2hs {};
c2hsc = callPackage ../development/tools/haskell/c2hsc {};