Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Re-add parser for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eashanhatti committed May 23, 2022
1 parent 25385b1 commit 7147c78
Show file tree
Hide file tree
Showing 2 changed files with 628 additions and 14 deletions.
14 changes: 5 additions & 9 deletions peridot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ library
PatternSynonyms
MonadComprehensions
RankNTypes
ghc-options: -fplugin=StackTrace.Plugin
build-depends:
base >=4.7 && <5
base
, bytestring
, containers
, dependent-hashmap
Expand All @@ -82,7 +81,6 @@ library
, filepath
, fused-effects
, hashable
, haskell-stack-trace-plugin
, megaparsec
, mtl
, parser-combinators
Expand Down Expand Up @@ -128,9 +126,9 @@ executable peridot-exe
PatternSynonyms
MonadComprehensions
RankNTypes
ghc-options: -fplugin=StackTrace.Plugin -threaded -rtsopts -with-rtsopts=-N
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
base
, bytestring
, containers
, dependent-hashmap
Expand All @@ -139,7 +137,6 @@ executable peridot-exe
, filepath
, fused-effects
, hashable
, haskell-stack-trace-plugin
, megaparsec
, mtl
, parser-combinators
Expand Down Expand Up @@ -187,9 +184,9 @@ test-suite peridot-test
PatternSynonyms
MonadComprehensions
RankNTypes
ghc-options: -fplugin=StackTrace.Plugin -threaded -rtsopts -with-rtsopts=-N
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
base
, bytestring
, containers
, dependent-hashmap
Expand All @@ -198,7 +195,6 @@ test-suite peridot-test
, filepath
, fused-effects
, hashable
, haskell-stack-trace-plugin
, megaparsec
, mtl
, parser-combinators
Expand Down
Loading

0 comments on commit 7147c78

Please sign in to comment.