From 1671852ca35d5a3b4f82ea9f67ed1b30c372c64f Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 23 Feb 2021 20:55:04 +0100 Subject: cabal: add Hack.Buffer to library --- hack.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hack.cabal') diff --git a/hack.cabal b/hack.cabal index ec31f0c..6ddbce4 100644 --- a/hack.cabal +++ b/hack.cabal @@ -10,6 +10,14 @@ Category: Web Build-type: Simple Cabal-version: >=1.2 +library + build-depends: base + exposed-modules: Hack.Buffer + , Hack.Buffer.Class + , Hack.Buffer.Motion + ghc-options: -O2 -Wall + hs-source-dirs: src + Executable hack hs-source-dirs: src main-is: Main.hs -- cgit v1.2.3