1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Fix a dodgy import.

This commit is contained in:
Rob Rix 2018-10-22 20:18:16 -04:00
parent 08c95f894d
commit 11ccb849a6

View File

@ -6,7 +6,7 @@ module Data.Location
, Range(..)
) where
import Prologue (Generic (..), NFData (..))
import Prologue (Generic, NFData (..))
import Data.JSON.Fields
import Data.Range