forked from mirrors/nixpkgs
add hask, the haskell package
This commit is contained in:
parent
8c766dcc90
commit
06d4503300
16
pkgs/development/libraries/haskell/hask/default.nix
Normal file
16
pkgs/development/libraries/haskell/hask/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, constraints, reflection, tagged, transformers, void }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hask";
|
||||
version = "0";
|
||||
sha256 = "1c87jxafxpnlyblhdif4br61wqvnad0s6hvfhmzhx9y1jri3rb39";
|
||||
buildDepends = [ constraints reflection tagged transformers void ];
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/hask";
|
||||
description = "Categories";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -1057,6 +1057,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
hashtables = callPackage ../development/libraries/haskell/hashtables {};
|
||||
|
||||
hask = callPackage ../development/libraries/haskell/hask {};
|
||||
|
||||
haskelldb = callPackage ../development/libraries/haskell/haskelldb {};
|
||||
|
||||
haskeline = callPackage ../development/libraries/haskell/haskeline {};
|
||||
|
|
Loading…
Reference in a new issue