Compile fixes for ghc 7.6.1

This commit is contained in:
Alexander Kjeldaas 2013-02-18 09:23:35 +01:00
parent 4a896f255e
commit c3ffa9b824

View File

@ -3,6 +3,7 @@
{-# LANGUAGE ExistentialQuantification #-}
{-# LANGUAGE PatternGuards #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE RankNTypes #-}
-- | Some helpers for parsing data out of a raw WAI 'Request'.
module Network.Wai.Parse