mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-type-aligned: add version 0.9.3
This commit is contained in:
parent
299fe02d00
commit
0028f765f4
15
pkgs/development/libraries/haskell/type-aligned/default.nix
Normal file
15
pkgs/development/libraries/haskell/type-aligned/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "type-aligned";
|
||||
version = "0.9.3";
|
||||
sha256 = "1wkjbb6giq71j5j72w4018hifn58gpgwxppbhgi5a8xdcxp8afl0";
|
||||
meta = {
|
||||
homepage = "https://github.com/atzeus/type-aligned";
|
||||
description = "Various type-aligned sequence data structures";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2657,6 +2657,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
twitterTypesLens = callPackage ../development/libraries/haskell/twitter-types-lens {};
|
||||
|
||||
typeAligned = callPackage ../development/libraries/haskell/type-aligned {};
|
||||
|
||||
TypeCompose = callPackage ../development/libraries/haskell/TypeCompose {};
|
||||
|
||||
typeEq = callPackage ../development/libraries/haskell/type-eq {};
|
||||
|
Loading…
Reference in New Issue
Block a user