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

{ cabal, QuickCheck, time }:

cabal.mkDerivation (self: {
  pname = "pathtype";
  version = "0.5.4";
  sha256 = "1ns5q3nrkl99xp4mrmk8wpvb9qzyvnw5cyjwh5rh76ykm2d5dbg7";
  buildDepends = [ QuickCheck time ];
  meta = {
    homepage = "http://code.haskell.org/pathtype";
    description = "Type-safe replacement for System.FilePath etc";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})