add syllabification, remove root parsing

This commit is contained in:
Kierán Meinhardt
2020-06-24 01:19:13 +02:00
parent e678807e98
commit e3322f4930
4 changed files with 97 additions and 9 deletions

View File

@@ -34,7 +34,6 @@ library
src
build-depends:
base >=4.7 && <5
, megaparsec >=8.0 && <9
default-language: Haskell2010
executable pie-exe
@@ -46,7 +45,6 @@ executable pie-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, megaparsec >=8.0 && <9
, pie
default-language: Haskell2010
@@ -60,6 +58,5 @@ test-suite pie-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, megaparsec >=8.0 && <9
, pie
default-language: Haskell2010