summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/base64-string/default.nix
blob: 0d14a6cd1422a5503a60e75a7c763d4d91e8e95d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{cabal}:

cabal.mkDerivation (self : {
  pname = "base64-string";
  version = "0.1";
  
  sha256 = "f9a6f050f5d9993313a1ceb49eba827ecf1046af51266d10b0dc899b53f13d8c";

  propagatedBuildInputs = [];
  meta = {
    description = "";
  };
})