1
1
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:
Rob Rix 2017-06-24 10:59:21 -04:00
parent ed140c9937
commit fc004385b2

View File

@ -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