Skip to content

Commit b2d1f19

Browse files
authored
Small improvements (#92)
* add a stack.yaml file * unsafeRunInterpreterWithArgsLibdir's documentation was using incorrect haddock style tags
1 parent b3f4901 commit b2d1f19

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Language/Haskell/Interpreter/Unsafe.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ unsafeRunInterpreterWithArgs = runInterpreterWithArgs
3535
-- containers, etc.) can be found. This allows you to run hint on
3636
-- a machine in which GHC is not installed.
3737
--
38-
-- A typical libdir value could be "/usr/lib/ghc-8.0.1/ghc-8.0.1".
38+
-- A typical libdir value could be @/usr/lib/ghc-8.0.1/ghc-8.0.1@.
3939
unsafeRunInterpreterWithArgsLibdir :: (MonadIO m, MonadMask m)
4040
=> [String]
4141
-> String

stack.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
resolver: lts-13.18
2+
packages:
3+
- .
4+
extra-deps:
5+
- exceptions-0.10.0

0 commit comments

Comments
 (0)