# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, chell, systemFilepath, temporary, text, time, transformers }: cabal.mkDerivation (self: { pname = "system-fileio"; version = "0.3.15"; sha256 = "06cnr3hzw8xd75529nfqajgb5xy5i4ddqybgjw1v1nwpq04mhihi"; buildDepends = [ systemFilepath text time ]; testDepends = [ chell systemFilepath temporary text time transformers ]; meta = { homepage = "https://john-millikin.com/software/haskell-filesystem/"; description = "Consistent filesystem interaction across GHC versions"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; }; })