summaryrefslogtreecommitdiff
path: root/Alpha.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-25 22:24:44 -0700
committerBen Sima <ben@bsima.me>2020-07-25 23:25:05 -0700
commit01bda0f0aa87c34a30253ffd1d5b60b33644f6d8 (patch)
tree8d2ac795680b8379c44bfe7f4817753482b3b961 /Alpha.hs
parent2f32da5812583c6675bdc9ff88a3a3d5cefbb82f (diff)
bild: support incremental compilation
Closes https://github.com/bsima/biz/issues/9
Diffstat (limited to 'Alpha.hs')
-rw-r--r--Alpha.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Alpha.hs b/Alpha.hs
index 8e77a5e..934cc31 100644
--- a/Alpha.hs
+++ b/Alpha.hs
@@ -1,5 +1,5 @@
-{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE NoImplicitPrelude #-}
-- | Commonly useful functions, a Prelude replacement.
--
@@ -21,6 +21,7 @@ module Alpha
( -- * Re-export Protolude
module X,
String,
+ lines,
-- * Applying
(<|),
@@ -38,8 +39,7 @@ module Alpha
chomp,
lchomp,
joinWith,
-
- CanSnakeCase(snake),
+ CanSnakeCase (snake),
-- * Debugging tools
say,