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:
parent
88230df1fe
commit
8f22cb26f8
@ -1,5 +1,7 @@
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
module Data.Semigroup.App where
|
||||
module Data.Semigroup.App
|
||||
( AppMerge(..)
|
||||
) where
|
||||
|
||||
import Control.Applicative
|
||||
import Data.Semigroup
|
||||
|
Loading…
Reference in New Issue
Block a user