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

{ cabal, ncurses }:

cabal.mkDerivation (self: {
  pname = "terminfo";
  version = "0.4.0.0";
  sha256 = "10y8mhpazcpwwvg1avc0zxq534rwavg82q69l7wm5np24sb5lrv8";
  extraLibraries = [ ncurses ];
  meta = {
    homepage = "https://github.com/judah/terminfo";
    description = "Haskell bindings to the terminfo library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})