Skip to content

Commit

Permalink
Merge pull request #144 from haskell-hint/issue-143
Browse files Browse the repository at this point in the history
remove module description comment block
  • Loading branch information
gelisam authored Mar 5, 2022
2 parents 8606a8b + 85e8c05 commit 77a7211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion hint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description:
It is, essentially, a huge subset of the GHC API wrapped in a simpler
API.

synopsis: Runtime Haskell interpreter (GHC API wrapper)
synopsis: A Haskell interpreter built on top of the GHC API
category: Language, Compilers/Interpreters
license: BSD3
license-file: LICENSE
Expand Down
11 changes: 0 additions & 11 deletions src/Language/Haskell/Interpreter.hs
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
-----------------------------------------------------------------------------
-- |
-- Module : Language.Haskell.Interpreter
-- License : BSD-style
--
-- Maintainer : [email protected]
-- Stability : experimental
-- Portability : non-portable (GHC API)
--
-- A Haskell interpreter built on top of the GHC API
-----------------------------------------------------------------------------
module Language.Haskell.Interpreter(
-- * The interpreter monad transformer
MonadInterpreter(..), InterpreterT, Interpreter,
Expand Down

0 comments on commit 77a7211

Please sign in to comment.