1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00

Explicitly list the exports.

This commit is contained in:
Rob Rix 2018-03-21 16:44:35 -04:00
parent 88230df1fe
commit 8f22cb26f8

View File

@ -1,5 +1,7 @@
{-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}
module Data.Semigroup.App where module Data.Semigroup.App
( AppMerge(..)
) where
import Control.Applicative import Control.Applicative
import Data.Semigroup import Data.Semigroup