mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-Decimal: add version 0.4.2
This commit is contained in:
parent
bda39ae4de
commit
1f80db6eed
22
pkgs/development/libraries/haskell/Decimal/default.nix
Normal file
22
pkgs/development/libraries/haskell/Decimal/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, deepseq, HUnit, QuickCheck, testFramework
|
||||
, testFrameworkHunit, testFrameworkQuickcheck2
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Decimal";
|
||||
version = "0.4.2";
|
||||
sha256 = "0qa2z2lq1hrvakhyhj624mg8sd05ikhb66zwpa6x9vcyji93dxf5";
|
||||
buildDepends = [ deepseq ];
|
||||
testDepends = [
|
||||
deepseq HUnit QuickCheck testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/PaulJohnson/Haskell-Decimal";
|
||||
description = "Decimal numbers with variable precision";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -615,6 +615,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
dbus = callPackage ../development/libraries/haskell/dbus {};
|
||||
|
||||
Decimal = callPackage ../development/libraries/haskell/Decimal {};
|
||||
|
||||
deepseq_1_1_0_0 = callPackage ../development/libraries/haskell/deepseq/1.1.0.0.nix {};
|
||||
deepseq_1_1_0_2 = callPackage ../development/libraries/haskell/deepseq/1.1.0.2.nix {};
|
||||
deepseq_1_2_0_1 = callPackage ../development/libraries/haskell/deepseq/1.2.0.1.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user