mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-map-syntax: add version 0.2
This commit is contained in:
parent
9dcf004b02
commit
30983a2440
21
pkgs/development/libraries/haskell/map-syntax/default.nix
Normal file
21
pkgs/development/libraries/haskell/map-syntax/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, deepseq, HUnit, mtl, QuickCheck, testFramework
|
||||
, testFrameworkHunit, testFrameworkQuickcheck2, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "map-syntax";
|
||||
version = "0.2";
|
||||
sha256 = "02v1dvq86qzbfbwbza4myj3a6a6a5p059fi5m3g548hmqk3v2p1r";
|
||||
buildDepends = [ mtl ];
|
||||
testDepends = [
|
||||
deepseq HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 transformers
|
||||
];
|
||||
meta = {
|
||||
description = "Syntax sugar for defining maps";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1576,6 +1576,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
managed = callPackage ../development/libraries/haskell/managed {};
|
||||
|
||||
mapSyntax = callPackage ../development/libraries/haskell/map-syntax {};
|
||||
|
||||
markdown = callPackage ../development/libraries/haskell/markdown {};
|
||||
|
||||
markdownUnlit = callPackage ../development/libraries/haskell/markdown-unlit {};
|
||||
|
Loading…
Reference in New Issue
Block a user