1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00

Add an Algorithm file.

This commit is contained in:
Rob Rix 2015-11-17 16:20:52 -08:00
parent a71385b22e
commit aba1b31625
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ library
exposed-modules: Diff
, Syntax
, Operation
, Algorithm
build-depends: base >= 4.8 && < 5
, containers
, data-fix == 0.0.1

1
src/Algorithm.hs Normal file
View File

@ -0,0 +1 @@
module Algorithm where