mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
🔥 Command.
This commit is contained in:
parent
1c51f23ef4
commit
5481883b9f
@ -16,7 +16,6 @@ library
|
||||
exposed-modules: Algorithm
|
||||
, Alignment
|
||||
, Category
|
||||
, Command
|
||||
, Command.Files
|
||||
, Data.Align.Generic
|
||||
, Data.Blob
|
||||
|
@ -1,5 +0,0 @@
|
||||
module Command
|
||||
( module Files
|
||||
) where
|
||||
|
||||
import Command.Files as Files
|
@ -1,6 +1,6 @@
|
||||
module CommandSpec where
|
||||
|
||||
import Command
|
||||
import Command.Files
|
||||
import Data.Blob
|
||||
import Data.Functor.Both as Both
|
||||
import Data.Maybe
|
||||
|
Loading…
Reference in New Issue
Block a user