mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 13:00:08 +00:00
changed compiler to whole folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user