https://github.com/aherrmann/haskell-grenade-nix
Nix-package description for grenade
https://github.com/aherrmann/haskell-grenade-nix
Last synced: 12 months ago
JSON representation
Nix-package description for grenade
- Host: GitHub
- URL: https://github.com/aherrmann/haskell-grenade-nix
- Owner: aherrmann
- Created: 2016-06-29T20:28:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T20:31:42.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T22:18:28.675Z (over 1 year ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nix-package description for [Grenade][1]
Build the package by executing the following command, assuming that you have
[Nix][2] installed.
nix-build -A haskellPackages.grenade .
If you want to use your current revision of `nixpkgs` then execute the
following command.
nix-build --arg nixpkgs '' -A haskellPackages.grenade .
Execute the following command to be placed in a development shell that has
all of Grenade's dependencies available. `cabal configure` will be able to
pick them up.
nix-shell -A haskellPackages.grenade.env .
For further details refer to the [documentation of the Haskell infrastructure
in Nix][3].
[1]: https://github.com/HuwCampbell/grenade
[2]: http://nixos.org/nix/
[3]: http://nixos.org/nixpkgs/manual/#users-guide-to-the-haskell-infrastructure