Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CoreErlang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CoreErlang
version: 0.0.4
version: 0.0.5
copyright: 2008, David Castro Pérez, Henrique Ferreiro García
license: BSD3
license-file: LICENSE
Expand All @@ -25,7 +25,7 @@ library
Language.CoreErlang.Pretty,
Language.CoreErlang.Syntax
build-depends:
base >=4.8 && <=4.11,
base >=4.8 && <4.15,
pretty >=1.1 && <1.2,
parsec >=3.1 && <3.2
other-extensions: DeriveDataTypeable
Expand Down
2 changes: 2 additions & 0 deletions Language/CoreErlang/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import Language.CoreErlang.Syntax

import qualified Text.PrettyPrint as P

import Prelude hiding ((<>))

infixl 5 $$$

-------------------------------------------------------------------------------
Expand Down