c2hs: update and move to development/tools
This commit is contained in:
parent
df16451fa5
commit
08748b4098
@ -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";
|
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user