Compare commits
No commits in common. "891cd41e465880aa239d4f4a13b0e8508e392735" and "5d9b956883b6b6a25994df04684f94981dbadb69" have entirely different histories.
891cd41e46
...
5d9b956883
10
shell.nix
10
shell.nix
@ -1,10 +0,0 @@
|
|||||||
let
|
|
||||||
pkgs = import <nixpkgs> {};
|
|
||||||
in
|
|
||||||
pkgs.mkShell {
|
|
||||||
buildInputs = [
|
|
||||||
pkgs.haskell.compiler.ghc90
|
|
||||||
pkgs.cabal-install
|
|
||||||
pkgs.llvm_18
|
|
||||||
];
|
|
||||||
}
|
|
@ -82,8 +82,7 @@ executable windows12
|
|||||||
text >= 1.2.5 && < 1.3,
|
text >= 1.2.5 && < 1.3,
|
||||||
parser-combinators >= 1.3.0 && < 1.4,
|
parser-combinators >= 1.3.0 && < 1.4,
|
||||||
prettyprinter >= 1.5.1 && < 1.6,
|
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.
|
-- Directories containing source files.
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user