1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Remove unused lang extension

This commit is contained in:
joshvera 2018-03-22 13:06:22 -04:00
parent d816fceaf3
commit 37d7eb8b9f

View File

@ -1,4 +1,4 @@
{-# LANGUAGE OverloadedLists, TypeApplications #-}
{-# LANGUAGE OverloadedLists #-}
module Analysis.Go.Spec (spec) where
import Data.Abstract.Value