mirror of
https://github.com/github/semantic.git
synced 2024-12-30 02:14:20 +03:00
List Data.Span’s exports explicitly.
This commit is contained in:
parent
ed140c9937
commit
fc004385b2
@ -3,7 +3,11 @@
|
||||
-- | Source position and span information
|
||||
--
|
||||
-- Mostly taken from purescript's SourcePos definition.
|
||||
module Data.Span where
|
||||
module Data.Span
|
||||
( Span(..)
|
||||
, Pos(..)
|
||||
, emptySpan
|
||||
) where
|
||||
|
||||
import Data.Aeson ((.=), (.:))
|
||||
import qualified Data.Aeson as A
|
||||
|
Loading…
Reference in New Issue
Block a user