diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-09-27 10:50:38 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-09-27 10:50:38 +0200 |
| commit | eb98c3625866d6dbdf8d0f7943f6ebf55799bd57 (patch) | |
| tree | 41556f091082f75a091533af8c636d3642730d70 /graphql.cabal | |
| parent | 70f7e1bd8ec59b31b3ce11373eb8d35e117aa297 (diff) | |
| download | graphql-eb98c3625866d6dbdf8d0f7943f6ebf55799bd57.tar.gz | |
Introduce hspec-megaparsec
Fixes #13.
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphql.cabal b/graphql.cabal index 9d02aa5..f164100 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: ff53309ec0180b799fcc69ff3a53a6c9411940332e75ebc8097a83d40c085d98 +-- hash: 7396988b6b8e966751eaf92b5a8c1cb820f7a3dbbf60736ea46faab4653fb40c name: graphql version: 0.5.0.1 @@ -85,6 +85,7 @@ test-suite tasty , graphql , hspec , hspec-expectations + , hspec-megaparsec , megaparsec , raw-strings-qq , text |
