Compare commits
2 Commits
5d9b956883
...
891cd41e46
Author | SHA1 | Date | |
---|---|---|---|
891cd41e46 | |||
afe6b6dd59 |
10
shell.nix
Normal file
10
shell.nix
Normal file
@ -0,0 +1,10 @@
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.haskell.compiler.ghc90
|
||||
pkgs.cabal-install
|
||||
pkgs.llvm_18
|
||||
];
|
||||
}
|
@ -82,7 +82,8 @@ executable windows12
|
||||
text >= 1.2.5 && < 1.3,
|
||||
parser-combinators >= 1.3.0 && < 1.4,
|
||||
prettyprinter >= 1.5.1 && < 1.6,
|
||||
string-conversions >= 0.4.0 && < 0.5
|
||||
string-conversions >= 0.4.0 && < 0.5,
|
||||
mtl >= 2.2.2 && < 2.3,
|
||||
|
||||
-- Directories containing source files.
|
||||
hs-source-dirs: src
|
||||
|
Loading…
x
Reference in New Issue
Block a user