cabal2nix-2.0.4: Convert Cabal files into Nix build instructions.

Safe HaskellNone
LanguageHaskell2010

Distribution.Nixpkgs.Haskell.FromCabal.Name

Synopsis

Documentation

toNixName :: PackageName -> Identifier Source #

Map Cabal names to Nix attribute names.

libNixName :: String -> [Identifier] Source #

Map libraries to Nix packages.

TODO: This list should not be hard-coded here; it belongs into the Nixpkgs repository.

buildToolNixName :: String -> [Identifier] Source #

Map build tool names to Nix attribute names.