diff --git a/.ghci b/.ghci new file mode 100644 index 0000000..ce7490e --- /dev/null +++ b/.ghci @@ -0,0 +1,2 @@ +import Data.Attoparsec.Text +import qualified Data.Text.IO as TIO