diff options
| author | Danny Navarro <j@dannynavarro.net> | 2016-12-12 16:42:18 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-12 16:42:18 -0300 |
| commit | 5dc922202593b572a359019f129d1642350ee45d (patch) | |
| tree | e29701fb022d8defc91b5b6e29e419455c6f479a /graphql.cabal | |
| parent | 61f0a06096cc05ebc008db7e4647390f9a066a44 (diff) | |
| parent | 87c92e9d6eed3cf7a45f9df8da45c3a5689d28e1 (diff) | |
| download | graphql-5dc922202593b572a359019f129d1642350ee45d.tar.gz | |
Merge pull request #16 from teh/master
Parse number as scientific and interpret meaning separately.
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 b73e259..d330abd 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -34,7 +34,8 @@ library attoparsec >= 0.10.4.0, base >= 4.7 && < 5, text >= 0.11.3.1, - unordered-containers >= 0.2.5.0 + unordered-containers >= 0.2.5.0, + scientific >=0.3.1 && <0.4 if impl(ghc >= 8.0) ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances else |
