mirror of
https://github.com/github/semantic.git
synced 2024-12-28 09:21:35 +03:00
Stub in a module for bindings.
This commit is contained in:
parent
13accbf65d
commit
9b66f548c0
@ -19,6 +19,7 @@ library
|
||||
, Data.Align.Generic
|
||||
, Data.Blob
|
||||
, Data.Error
|
||||
, Data.Functor.Binding
|
||||
, Data.Functor.Both
|
||||
, Data.Functor.Classes.Eq.Generic
|
||||
, Data.Functor.Classes.Pretty.Generic
|
||||
|
1
src/Data/Functor/Binding.hs
Normal file
1
src/Data/Functor/Binding.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Functor.Binding where
|
Loading…
Reference in New Issue
Block a user