1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Extra langauge pragma

This commit is contained in:
Timothy Clem 2018-03-16 12:48:05 -07:00
parent 0556e874bb
commit 6999781fef

View File

@ -1,4 +1,3 @@
{-# LANGUAGE DeriveAnyClass #-}
{-# OPTIONS_GHC -funbox-strict-fields #-}
module Data.Patch
( Patch(..)