Say hello to our brand-new Haskell infrastructure.

This commit is contained in:
Peter Simons
2015-01-07 23:45:21 +01:00
parent 82b55b9c78
commit 54baa53df1
14 changed files with 124572 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{
overrideCabal = drv: f: drv.override (args: args // {
mkDerivation = drv: args.mkDerivation (drv // f drv);
});
}