summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/dataenc/default.nix
blob: 2290a1f50923b93c68dbb9302d79cbc3b1dd6d7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal}:

cabal.mkDerivation (self : {
  pname = "dataenc";
  version = "0.14";
  sha256 = "0q92pzm6wp4rl92ac9b2x2b6na8nzhf229myc9h3cyr3p822liw6";
  meta = {
    description = "Data encoding library";
    license = "BSD3";
  };
})