diff options
Diffstat (limited to 'elna.cabal')
| -rw-r--r-- | elna.cabal | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,7 +30,7 @@ library elna-internal Language.Elna.AST Language.Elna.Parser build-depends: - vector >= 0.12 && < 0.14 + parser-combinators ^>= 1.3 hs-source-dirs: lib executable elna @@ -56,8 +56,7 @@ test-suite elna-test hspec >= 2.10.9 && < 2.12, hspec-expectations ^>= 0.8.2, hspec-megaparsec ^>= 2.2.0, - text, - vector + text build-tool-depends: hspec-discover:hspec-discover default-language: GHC2021 |
