mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-uu-interleaved: add version 0.1.0.0
This commit is contained in:
parent
aa51bc57f8
commit
f191a6eddf
@ -0,0 +1,13 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "uu-interleaved";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "00zq89fjz3r5pj6qbci017cm9y2rsvl265y9d95q0rv6ljhsayzs";
|
||||
meta = {
|
||||
homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";
|
||||
description = "Providing an interleaving combinator for use with applicative/alternative style implementations";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1930,6 +1930,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
uuid = callPackage ../development/libraries/haskell/uuid {};
|
||||
|
||||
uuInterleaved = callPackage ../development/libraries/haskell/uu-interleaved {};
|
||||
|
||||
uuParsinglib = callPackage ../development/libraries/haskell/uu-parsinglib {};
|
||||
|
||||
vacuum = callPackage ../development/libraries/haskell/vacuum {};
|
||||
|
Loading…
Reference in New Issue
Block a user