summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskoin/default.nix
blob: 7d13d6e797b00b37a7874354486b6f840dc06c05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
  ];
  jailbreak = true;
  doCheck = false;
  meta = {
    homepage = "http://github.com/haskoin/haskoin";
    description = "Implementation of the Bitcoin protocol";
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})