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

{ cabal, chell, chellQuickcheck, deepseq, QuickCheck, text }:

cabal.mkDerivation (self: {
  pname = "system-filepath";
  version = "0.4.12";
  sha256 = "0sfralwgd5b9hfqmp20v31sq96s0v7j9g920qdj3n9i5mhslhwd2";
  buildDepends = [ deepseq text ];
  testDepends = [ chell chellQuickcheck QuickCheck text ];
  doCheck = false;
  meta = {
    homepage = "https://john-millikin.com/software/haskell-filesystem/";
    description = "High-level, byte-based file and directory path manipulations";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})