1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a module for the haskeline-based Readline carrier.

This commit is contained in:
Rob Rix 2019-10-04 17:52:59 -04:00
parent 87a7d3aba6
commit b534f7cd84
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ library
, Analysis.ImportGraph
, Analysis.ScopeGraph
, Analysis.Typecheck
, Control.Carrier.Readline.Haskeline
, Control.Effect.Readline
, Control.Monad.Module
, Data.Core

View File

@ -0,0 +1,2 @@
module Control.Carrier.Readline.Haskeline
() where