diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-10-02 23:05:25 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-10-02 23:05:27 +0200 |
commit | 39db0eceae0091032a9f71d5a56c9d81faa2054b (patch) | |
tree | cc01b3e4e5bf89d9366af0b485cc6ddb547946e1 /anissue.cabal | |
parent | 57211d26ebbd9567298c6d7b8d1581929641c00f (diff) |
refactor match merging to own module
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/anissue.cabal b/anissue.cabal index 97afdbb..a5b4e3a 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -65,7 +65,8 @@ executable anissue main-is: Main.hs -- Modules included in this executable, other than Main. - -- other-modules: + other-modules: + TreeGrepper.Match -- LANGUAGE extensions used by modules in this package. -- other-extensions: |