about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/boxes/default.nix
blob: aa2a95b621d6cc37bad2ee0b4083479607c0800e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, split }:

cabal.mkDerivation (self: {
  pname = "boxes";
  version = "0.1.3";
  sha256 = "1sia3j0x7m68j6j9n7bi1l1yg56ivpkxd95l19xl5vpkg03qizkq";
  buildDepends = [ split ];
  meta = {
    description = "2D text pretty-printing library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})