Compare commits

..

No commits in common. "923da9e7471d4ed2a9e81704a36d62f31646ab4c" and "45c1d41bdeeb59397700297e879be3c22025dfcd" have entirely different histories.

2 changed files with 1 additions and 27 deletions

23
.gitignore vendored
View File

@ -1,23 +0,0 @@
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*

View File

@ -69,10 +69,7 @@ executable windows12
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends:
base >= 4.15.1 && < 4.16,
llvm-hs-pure >= 9.0.0 && < 9.1,
build-depends: base ^>=4.18.2.1
-- Directories containing source files.
hs-source-dirs: src