Skip to content
Snippets Groups Projects
Commit b6572b26 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add Generic and Hashable to Prelude

parent 34be7a96
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ import Control.Monad.Fix (mfix)
import Data.Binary (Binary)
import qualified Data.HashMap.Strict as HM
import Data.Unique
import GHC.Generics (Generic)
data MessageReason = Current | Update
deriving (Eq, Show, Generic)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment