haskell-haskoin: add 0.1.0.2
This commit is contained in:
parent
32739cffde
commit
4cf5ef541f
27
pkgs/development/libraries/haskell/haskoin/default.nix
Normal file
27
pkgs/development/libraries/haskell/haskoin/default.nix
Normal file
@ -0,0 +1,27 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, async, binary, byteable, cryptohash, deepseq
|
||||
, either, HUnit, jsonRpc, mtl, pbkdf, QuickCheck, split
|
||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "haskoin";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "0l3h2wvi56k0dcfjambqyjrd45hb7bj0brp8nzrrcfn7fbpyjg8c";
|
||||
buildDepends = [
|
||||
aeson binary byteable cryptohash deepseq either jsonRpc mtl pbkdf
|
||||
split text
|
||||
];
|
||||
testDepends = [
|
||||
aeson async binary byteable cryptohash deepseq either HUnit jsonRpc
|
||||
mtl pbkdf QuickCheck split testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2 text
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/haskoin/haskoin";
|
||||
description = "Implementation of the Bitcoin protocol";
|
||||
license = self.stdenv.lib.licenses.publicDomain;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1070,6 +1070,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
haskintex = callPackage ../development/libraries/haskell/haskintex {};
|
||||
|
||||
haskoin = callPackage ../development/libraries/haskell/haskoin {};
|
||||
|
||||
haskore = callPackage ../development/libraries/haskell/haskore {};
|
||||
|
||||
hastache = callPackage ../development/libraries/haskell/hastache {};
|
||||
|
Loading…
Reference in New Issue
Block a user