Use newer deps for GHC 8 compatibility (#619)

This commit is contained in:
Joe Nelson
2016-06-09 18:50:13 -07:00
committed by GitHub
parent e315dbc91e
commit 42110643a3
4 changed files with 26 additions and 13 deletions
+1
View File
@@ -96,6 +96,7 @@ pJsonPath = (++) <$> many pJsonPathStep <*> ( (:[]) <$> (string "->>" *> pFieldN
pField :: Parser Field
pField = lexeme $ (,) <$> pFieldName <*> optionMaybe pJsonPath
aliasSeparator :: Parser ()
aliasSeparator = char ':' >> notFollowedBy (char ':')
pSimpleSelect :: Parser SelectItem