diff options
author | Ben Sima <ben@bsima.me> | 2019-11-01 14:24:24 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-01 14:25:49 -0700 |
commit | 9756eb0806aef63137ed53c7f78eee13aa3db9d7 (patch) | |
tree | 0c3bf0becc08e37386109ff8c518fa442df6266b /com/influencedbybooks/core.hs | |
parent | 0a6fd40946f72e9995ca04b05d7556bf20585d4f (diff) |
add buildHaskellApp nix function
Diffstat (limited to 'com/influencedbybooks/core.hs')
-rw-r--r-- | com/influencedbybooks/core.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com/influencedbybooks/core.hs b/com/influencedbybooks/core.hs index 9bd2353..2a616f3 100644 --- a/com/influencedbybooks/core.hs +++ b/com/influencedbybooks/core.hs @@ -5,7 +5,7 @@ {-# LANGUAGE OverloadedStrings #-} -- | Main app logic -module Com.InfluencedByBooks.Core where +module Com.Influencedbybooks.Core where import Com.Simatime.Alpha import Data.Aeson hiding (Success) |