Add MPTC extension

This commit is contained in:
Asad Saeeduddin 2020-12-15 21:34:16 -05:00
parent 7695803af5
commit 63afa32fa0
No known key found for this signature in database
GPG Key ID: 91597F004D956406

View File

@ -7,6 +7,7 @@
{-# LANGUAGE ImplicitParams #-} {-# LANGUAGE ImplicitParams #-}
{-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-| {-|
Yesod.Test is a pragmatic framework for testing web applications built Yesod.Test is a pragmatic framework for testing web applications built