Skip to content

Commit

Permalink
Merge branch 'develop' into ghc-9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jul 11, 2023
2 parents 9c9dde9 + 9a83b0a commit 107a0f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependent-sum-template.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Library
default-language: Haskell2010
exposed-modules: Data.GADT.Compare.TH
Data.GADT.Show.TH
other-modules: Data.Dependent.Sum.TH.Internal
other-modules: Data.GADT.TH.Internal
Data.GADT.Compare.Monad
build-depends: base >= 3 && <5,
some >= 1.0.1 && < 1.1,
Expand Down
2 changes: 1 addition & 1 deletion src/Data/GADT/Compare/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Data.GADT.Compare.TH

import Control.Monad
import Control.Monad.Writer
import Data.Dependent.Sum.TH.Internal
import Data.GADT.TH.Internal
import Data.Functor.Identity
import Data.GADT.Compare
import Data.GADT.Compare.Monad
Expand Down
2 changes: 1 addition & 1 deletion src/Data/GADT/Show/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Data.GADT.Show.TH
import Control.Applicative
import Control.Monad
import Control.Monad.Writer
import Data.Dependent.Sum.TH.Internal
import Data.GADT.TH.Internal
import Data.Functor.Identity
import Data.GADT.Show
import Data.Traversable (for)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{-# LANGUAGE TypeOperators #-}

-- | Shared functions for dependent-sum-template
module Data.Dependent.Sum.TH.Internal where
module Data.GADT.TH.Internal where

import Control.Monad
import Control.Monad.Writer
Expand Down

0 comments on commit 107a0f3

Please sign in to comment.