diff options
Diffstat (limited to 'Pesto.cabal')
-rw-r--r-- | Pesto.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pesto.cabal b/Pesto.cabal index e72809d..bf85be4 100644 --- a/Pesto.cabal +++ b/Pesto.cabal @@ -15,7 +15,7 @@ cabal-version: >=1.10 -- parsec>=3.1.9 has instance Eq ParseError library exposed-modules: Codec.Pesto, Codec.Pesto.Parse, Codec.Pesto.Graph, Codec.Pesto.Lint, Codec.Pesto.Serialize - build-depends: base >=4.8, HUnit, parsec >= 3.1.9 + build-depends: base >=4.8, HUnit, parsec >= 3.1.9, containers hs-source-dirs: src/lib default-language: Haskell2010 ghc-options: -Werror -Wall -fno-warn-missing-signatures |