1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Stub in a module for the Readline carrier.

This commit is contained in:
Rob Rix 2019-10-10 15:26:21 -04:00
parent 2c120879bb
commit ee0ee8d2d3
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@ library
Analysis.ScopeGraph
Analysis.Typecheck
Control.Carrier.Fail.WithLoc
Control.Carrier.Readline.Haskeline
Control.Effect.Readline
Core.Core
Core.Core.Parser

View File

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