haskellPackages.ariadne: New expression and related dependencies
This commit is contained in:
committed by
Peter Simons
parent
144a833cd0
commit
7a18f1125e
14
pkgs/development/libraries/haskell/hse-cpp/default.nix
Normal file
14
pkgs/development/libraries/haskell/hse-cpp/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, cpphs, haskellSrcExts }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hse-cpp";
|
||||
version = "0.1";
|
||||
sha256 = "0f1bgi1hnpnry1pm7jhi626afdvymzy7k0a70n07n41js46pjxd0";
|
||||
buildDepends = [ cpphs haskellSrcExts ];
|
||||
meta = {
|
||||
description = "Preprocess+parse haskell code";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user