We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f4901 commit b2d1f19Copy full SHA for b2d1f19
src/Language/Haskell/Interpreter/Unsafe.hs
@@ -35,7 +35,7 @@ unsafeRunInterpreterWithArgs = runInterpreterWithArgs
35
-- containers, etc.) can be found. This allows you to run hint on
36
-- a machine in which GHC is not installed.
37
--
38
--- A typical libdir value could be "/usr/lib/ghc-8.0.1/ghc-8.0.1".
+-- A typical libdir value could be @/usr/lib/ghc-8.0.1/ghc-8.0.1@.
39
unsafeRunInterpreterWithArgsLibdir :: (MonadIO m, MonadMask m)
40
=> [String]
41
-> String
stack.yaml
@@ -0,0 +1,5 @@
1
+resolver: lts-13.18
2
+packages:
3
+- .
4
+extra-deps:
5
+- exceptions-0.10.0
0 commit comments