1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 16:33:03 +03:00

Remove unused NamedFieldPuns extension in Data.Source.Spec

This commit is contained in:
Weerasak Chongnguluam 2019-06-15 16:57:16 +07:00
parent 78dad094fa
commit 32ba68e2d1

View File

@ -1,4 +1,3 @@
{-# LANGUAGE NamedFieldPuns #-}
module Data.Source.Spec (spec, testTree) where
import Data.Range