From 9756eb0806aef63137ed53c7f78eee13aa3db9d7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 1 Nov 2019 14:24:24 -0700 Subject: add buildHaskellApp nix function --- com/influencedbybooks/influencers.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'com/influencedbybooks/influencers.hs') diff --git a/com/influencedbybooks/influencers.hs b/com/influencedbybooks/influencers.hs index 2583770..c0cb143 100644 --- a/com/influencedbybooks/influencers.hs +++ b/com/influencedbybooks/influencers.hs @@ -2,9 +2,9 @@ {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DeriveDataTypeable #-} -module Com.InfluencedByBooks.Influencers where +module Com.Influencedbybooks.Influencers where -import Com.InfluencedByBooks.Core +import Com.Influencedbybooks.Core allPeople :: [Person] allPeople = -- cgit v1.2.3