aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/test.git/pronto.hs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/test.git/pronto.hs')
-rw-r--r--spec/fixtures/test.git/pronto.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/fixtures/test.git/pronto.hs b/spec/fixtures/test.git/pronto.hs
new file mode 100644
index 0000000..dde5c6b
--- /dev/null
+++ b/spec/fixtures/test.git/pronto.hs
@@ -0,0 +1,11 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3module Pronto
4 (
5 sayHello
6 ) where
7
8import Data.Text (Text)
9
10sayHello :: Text -> String
11sayHello text = show $ text