changed compiler to whole folder

This commit is contained in:
Radu Macocian
2022-08-08 03:06:47 +02:00
parent 18b7e778a2
commit 24bfeea014
17 changed files with 711 additions and 84 deletions

View File

@@ -53,6 +53,8 @@ library
src
build-depends:
base >=4.7 && <5
, directory
, filepath
, megaparsec
, mtl
, parser-combinators
@@ -69,6 +71,8 @@ executable RosettaParser-exe
build-depends:
RosettaParser
, base >=4.7 && <5
, directory
, filepath
, megaparsec
, mtl
, parser-combinators
@@ -93,6 +97,8 @@ test-suite RosettaParser-test
build-depends:
RosettaParser
, base >=4.7 && <5
, directory
, filepath
, hspec
, hspec-megaparsec
, megaparsec