Replace Alternative with MonadPlus

This commit is contained in:
2019-06-28 11:12:28 +02:00
parent ae4038eb47
commit 79c734fa62
7 changed files with 115 additions and 100 deletions

View File

@ -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