packages feed

cabal2nix-2.9.3: test/golden-test-cases/system-fileio.nix.golden

{ mkDerivation, base, bytestring, chell, stdenv, system-filepath
, temporary, text, time, transformers, unix
}:
mkDerivation {
  pname = "system-fileio";
  version = "0.3.16.3";
  sha256 = "deadbeef";
  libraryHaskellDepends = [
    base bytestring system-filepath text time unix
  ];
  testHaskellDepends = [
    base bytestring chell system-filepath temporary text time
    transformers unix
  ];
  homepage = "https://github.com/fpco/haskell-filesystem";
  description = "Consistent filesystem interaction across GHC versions (deprecated)";
  license = stdenv.lib.licenses.mit;
}