mirror of
https://github.com/github/semantic.git
synced 2024-12-28 17:32:05 +03:00
Stub the Join module back in.
This commit is contained in:
parent
1b274c3e57
commit
7f83e07fe9
@ -20,6 +20,7 @@ library
|
||||
, Control.Monad.Free
|
||||
, Data.Adjoined
|
||||
, Data.Align
|
||||
, Data.Bifunctor.Join
|
||||
, Data.Bifunctor.These
|
||||
, Data.Coalescent
|
||||
, Data.Copointed
|
||||
|
1
src/Data/Bifunctor/Join.hs
Normal file
1
src/Data/Bifunctor/Join.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Bifunctor.Join where
|
Loading…
Reference in New Issue
Block a user