Commit 26c1968c authored by Adam Vogt's avatar Adam Vogt

.ghci file interfered with Hspec.hs:

Typing the following things failed due to Prelude things missing:

    cabal repl
    :load Hspec.hs
    main
parent cd6a7ab1
{-# LANGUAGE QuasiQuotes #-}
module Main where
import Prelude
import GHC
import GHC.Paths
import Data.IORef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment