diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-06-28 11:12:28 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-06-28 11:12:28 +0200 |
| commit | 79c734fa629f6bb200e2d695200c5ec2967c997f (patch) | |
| tree | ef8ee586b3161346f64e270fa5e806eb40a9aeb0 /graphql.cabal | |
| parent | ae4038eb471030edd7261d04d8f170663475a2b7 (diff) | |
| download | graphql-79c734fa629f6bb200e2d695200c5ec2967c997f.tar.gz | |
Replace Alternative with MonadPlus
Diffstat (limited to 'graphql.cabal')
| -rw-r--r-- | graphql.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphql.cabal b/graphql.cabal index 66c4720..49fdfeb 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -1,10 +1,10 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1. +-- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- --- hash: 06d3fa29e37864ef5e4254215c50d95942b4a33b0ea4f4d4c930a071fdcd2872 +-- hash: aba9e6c1a0e250a7d0dbabbbdae5dceb119343f6acf06744da66677a487fcca6 name: graphql version: 0.3 @@ -57,6 +57,7 @@ library , megaparsec , scientific , text + , transformers , unordered-containers default-language: Haskell2010 @@ -81,5 +82,6 @@ test-suite tasty , tasty , tasty-hunit , text + , transformers , unordered-containers default-language: Haskell2010 |
