Safe Haskell | None |
---|---|
Language | Haskell2010 |
- toNixName :: PackageName -> Identifier
- libNixName :: String -> [Identifier]
- buildToolNixName :: String -> [Identifier]
Documentation
toNixName :: PackageName -> Identifier Source #
Map Cabal names to Nix attribute names.
libNixName :: String -> [Identifier] Source #
Map library names specified in Cabal files to Nix package identifiers.
TODO: This list should not be hard-coded here; it belongs into the Nixpkgs repository.
TODO: Re-use hook matching system from PostProcess.hs here.
buildToolNixName :: String -> [Identifier] Source #
Map build tool names to Nix attribute names.