mirror of
https://github.com/typeable/wai.git
synced 2025-01-06 05:25:53 +03:00
Compile fixes for ghc 7.6.1
This commit is contained in:
parent
4a896f255e
commit
c3ffa9b824
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user