Add haskell/pattern-arrows
Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
parent
400333b9f8
commit
8228ca0479
@ -0,0 +1,14 @@
|
||||
{ cabal, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pattern-arrows";
|
||||
version = "0.0.2";
|
||||
sha256 = "13q7bj19hd60rnjfc05wxlyck8llxy11z3mns8kxg197wxrdkhkg";
|
||||
buildDepends = [ mtl ];
|
||||
meta = {
|
||||
homepage = "http://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html";
|
||||
description = "Arrows for Pretty Printing";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1627,6 +1627,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
pathtype = callPackage ../development/libraries/haskell/pathtype {};
|
||||
|
||||
patternArrows = callPackage ../development/libraries/haskell/pattern-arrows {};
|
||||
|
||||
pbkdf = callPackage ../development/libraries/haskell/pbkdf {};
|
||||
|
||||
pcap = callPackage ../development/libraries/haskell/pcap {};
|
||||
|
Loading…
Reference in New Issue
Block a user