Created
August 27, 2019 18:57
-
-
Save IQubic/ca765fe4c06770e2088d920c3684b1dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ pkgs ? import <nixpkgs> {}, compiler ? "ghc844" }: | |
pkgs.haskellPackages.shellFor { | |
packages = _: [ (pkgs.haskell.packages.${compiler}.callPackage ./default.nix {}) ]; | |
buildInputs = with pkgs; [ | |
cabal | |
caba2nix | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment