forked from mirrors/nixpkgs
18 lines
590 B
Nix
18 lines
590 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, liftedBase, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "file-location";
|
|
version = "0.4.5.3";
|
|
sha256 = "0d1iqhdac1gcag1d7ch9ia4fm97jpp31m46b794z90bmm6nr29h9";
|
|
buildDepends = [ liftedBase transformers ];
|
|
testDepends = [ liftedBase transformers ];
|
|
meta = {
|
|
homepage = "https://github.com/gregwebs/FileLocation.hs";
|
|
description = "common functions that show file location information";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|