1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

add StandaloneDeriving to enable constraints in instances

This commit is contained in:
Ayman Nadeem 2020-04-22 14:28:29 -04:00
parent f06ae2dbd6
commit 054a1d17f6

View File

@ -8,6 +8,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}