summaryrefslogtreecommitdiff
path: root/lyt.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-02-11 20:51:34 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-02-11 20:51:34 -0500
commita5647e17247232f8cb05379ce046142248810f31 (patch)
tree8120237c238dd7719003c6ec1efaaecb576ffe30 /lyt.cabal
parentb020a5f7783294770b3ead5b969f108733be7711 (diff)
Fragment: Give up and use pattern matching
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.
Diffstat (limited to 'lyt.cabal')
-rw-r--r--lyt.cabal1
1 files changed, 1 insertions, 0 deletions
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