Skip to content

Commit

Permalink
Merge pull request #18 from pascalh/17-bump-dependencies
Browse files Browse the repository at this point in the history
17 bump dependencies
  • Loading branch information
pascalh authored Nov 7, 2018
2 parents debad11 + 972396f commit 63bc293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/core/Language/Astview/Languages/Haskell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import Language.Astview.Language hiding (parse)
import Data.Generics (Data, extQ)
import Data.Generics.Zipper (down', query, toZipper)

import Language.Haskell.Exts.Annotated.Parser
import Language.Haskell.Exts.Parser (ParseResult (..))
import Language.Haskell.Exts.Parser (ParseResult (..),parseModule)
import qualified Language.Haskell.Exts.SrcLoc as HsSrcLoc

haskellExts :: Language
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flags: {}
extra-package-dbs: []
packages:
- .
resolver: lts-7.24
resolver: lts-8.24

0 comments on commit 63bc293

Please sign in to comment.