aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/test.git/pronto.hs
blob: dde5c6b931572a74d0824ad8268e826ba18647b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE OverloadedStrings #-}

module Pronto
  (
    sayHello
  ) where

import           Data.Text (Text)

sayHello :: Text -> String
sayHello text = show $ text