1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

🔥 Command.

This commit is contained in:
Rob Rix 2017-07-19 14:14:07 -04:00
parent 1c51f23ef4
commit 5481883b9f
3 changed files with 1 additions and 7 deletions

View File

@ -16,7 +16,6 @@ library
exposed-modules: Algorithm
, Alignment
, Category
, Command
, Command.Files
, Data.Align.Generic
, Data.Blob

View File

@ -1,5 +0,0 @@
module Command
( module Files
) where
import Command.Files as Files

View File

@ -1,6 +1,6 @@
module CommandSpec where
import Command
import Command.Files
import Data.Blob
import Data.Functor.Both as Both
import Data.Maybe