haskell-Glob: add version 0.7.2
This commit is contained in:
parent
33b130ee69
commit
aa2798f870
14
pkgs/development/libraries/haskell/Glob/default.nix
Normal file
14
pkgs/development/libraries/haskell/Glob/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, dlist, filepath, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Glob";
|
||||
version = "0.7.2";
|
||||
sha256 = "1x4gh7z9jx9hdkjwsc31yyjssw6i7ziixhjrxr9b8zkijk1b4r5i";
|
||||
buildDepends = [ dlist filepath transformers ];
|
||||
meta = {
|
||||
homepage = "http://iki.fi/matti.niemenmaa/glob/";
|
||||
description = "Globbing library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -874,6 +874,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
libc = pkgs.stdenv.gcc.libc;
|
||||
};
|
||||
|
||||
Glob = callPackage ../development/libraries/haskell/Glob {};
|
||||
|
||||
GlomeVec = callPackage ../development/libraries/haskell/GlomeVec {};
|
||||
|
||||
gloss = callPackage ../development/libraries/haskell/gloss {
|
||||
|
Loading…
Reference in New Issue
Block a user