From 0fdb2469f98d8f4eb675171eb009d3b881962eb1 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Thu, 19 Nov 2015 13:35:06 -0800 Subject: [PATCH] Stub in a Unified diff renderer file. --- semantic-diff.cabal | 1 + src/Unified.hs | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/Unified.hs diff --git a/semantic-diff.cabal b/semantic-diff.cabal index 055646e04..1336ed741 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -22,6 +22,7 @@ library , SES , Categorizable , Term + , Unified build-depends: base >= 4.8 && < 5 , containers , free diff --git a/src/Unified.hs b/src/Unified.hs new file mode 100644 index 000000000..82ba00634 --- /dev/null +++ b/src/Unified.hs @@ -0,0 +1 @@ +module Unified where