mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-sized-types: update to version 0.5.0
This commit is contained in:
parent
e9aa6c017a
commit
63ec22b6b4
@ -1,14 +1,15 @@
|
||||
{ cabal }:
|
||||
{ cabal, singletons }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "sized-types";
|
||||
version = "0.3.4.0";
|
||||
sha256 = "0fpk7xpqzzylxbnxhz56lxzfnrhfibn0x7ahxl91x6biysnh714c";
|
||||
version = "0.5.0";
|
||||
sha256 = "1cvgw2plzgpddg2p74hylx499dv4hn2nc8s085mnayp5n9jkn8md";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ singletons ];
|
||||
meta = {
|
||||
homepage = "http://www.ittc.ku.edu/csdl/fpg/Tools";
|
||||
description = "Sized types in Haskell";
|
||||
description = "Sized types in Haskell using the GHC Nat kind";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user