packages feed

cabal2nix-2.16.0: test/golden-test-cases/readline.nix.golden

{ mkDerivation, base, lib, ncurses, process, readline }:
mkDerivation {
  pname = "readline";
  version = "1.0.3.0";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base process ];
  librarySystemDepends = [ ncurses readline ];
  description = "An interface to the GNU readline library";
  license = "GPL";
}