small changes suggested by @diogob

This commit is contained in:
Ruslan Talpa
2015-09-29 11:40:33 +03:00
parent 1da26cac98
commit 94b1d2815c
7 changed files with 7 additions and 18 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
--{-# LANGUAGE QuasiQuotes, ScopedTypeVariables, OverloadedStrings, FlexibleContexts #-}
module PostgREST.Parsers
-- ( parseGetRequest
-- )
( parseGetRequest
)
where
import Control.Applicative hiding ((<$>))