Skip to content

Commit

Permalink
Update to present-1.0 (you need to cabal install present==1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed May 2, 2014
1 parent 007f585 commit 9073057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-interactive-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ don't care when the thing completes as long as it's soonish."
(haskell-process-queue-without-filters p "import qualified Data.Maybe as Present")
(haskell-process-queue-without-filters p "import qualified Data.ByteString.Lazy as Present")
(haskell-process-queue-without-filters p "import qualified Data.AttoLisp as Present")
(haskell-process-queue-without-filters p "import qualified Data.ID as Present")
(haskell-process-queue-without-filters p "import qualified Present.ID as Present")
(haskell-process-queue-without-filters p "import qualified Present as Present")
;; Make a dummy expression to avoid "Loading package" nonsense
(haskell-process-queue-without-filters
Expand Down

0 comments on commit 9073057

Please sign in to comment.