From a5647e17247232f8cb05379ce046142248810f31 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 11 Feb 2015 20:51:34 -0500 Subject: Fragment: Give up and use pattern matching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m normally opposed to pattern matching in high-quality apps, but this is so small that I’m unconvinced it’ll be a problem. I can always switch to explicit accessors if things get too coupled. --- lyt.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'lyt.cabal') diff --git a/lyt.cabal b/lyt.cabal index 5f55390..471b44d 100644 --- a/lyt.cabal +++ b/lyt.cabal @@ -39,6 +39,7 @@ executable lyt main-is: Main.hs other-modules: Fragment , Tangle + , Weave build-depends: base >=4.6 && <4.7 , containers >=0.5 && <0.6 , parsec >=3.1.3 && <3.2 -- cgit v1.2.3