Removed unneeded pragmas.
This commit is contained in:
parent
bc61c6a632
commit
f328cfe6a7
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
{-# LANGUAGE DeriveFunctor, DeriveDataTypeable, TypeSynonymInstances,
|
{-# LANGUAGE DeriveFunctor, DeriveDataTypeable, TypeSynonymInstances,
|
||||||
FlexibleInstances, GeneralizedNewtypeDeriving, FlexibleContexts,
|
FlexibleInstances, GeneralizedNewtypeDeriving, FlexibleContexts #-}
|
||||||
MultiParamTypeClasses, UndecidableInstances #-}
|
|
||||||
|
|
||||||
{-
|
{-
|
||||||
Copyright (C) 2016 Jesse Rosenthal <jrosenthal@jhu.edu>
|
Copyright (C) 2016 Jesse Rosenthal <jrosenthal@jhu.edu>
|
||||||
|
|
Loading…
Reference in a new issue