-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(stack): update package.yaml and hamler.cabal
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
cabal-version: 1.12 | ||
|
||
-- This file has been generated from package.yaml by hpack version 0.33.0. | ||
-- This file has been generated from package.yaml by hpack version 0.31.2. | ||
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: b4ea26b02d4354abc015973694948a06281790dd68fba9c109a6d211a2bd5f91 | ||
-- hash: 978fd3e8f9c32d4f969dfa87fd066b9ade37bf2cdeacb5d030d8a610022456bf | ||
|
||
name: hamler | ||
version: 0.1.2 | ||
version: 0.1.3 | ||
synopsis: The Hamler Programming Language | ||
description: Hamler is a functional programming language inspired by Haskell and Stardard ML, that compiles to Core Erlang. | ||
description: Hamler is a functional programming language inspired by Haskell and Standard ML, that compiles to CoreErlang. | ||
category: Language, Compiler | ||
stability: experimental | ||
homepage: http://www.hamler-lang.org/ | ||
homepage: https://hamler-lang.org/ | ||
bug-reports: https://github.com/hamler-lang/hamler/issues | ||
author: Feng Lee <[email protected]> | ||
maintainer: Feng Lee <[email protected]> | ||
copyright: (c) 2013-17 Phil Freeman, (c) 2014-19 Gary Burgess, (c) other contributors (see CONTRIBUTORS.md) | ||
maintainer: Feng Lee <[email protected]>, Yang M <[email protected]> | ||
copyright: (c) 2013-17 Phil Freeman, (c) 2014-19 Gary Burgess, (c) 2020 Feng Lee, (c) other contributors (see CONTRIBUTORS.md) | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: hamler | ||
version: '0.1.2' | ||
version: '0.1.3' | ||
synopsis: The Hamler Programming Language | ||
description: Hamler is a functional programming language inspired by Haskell and Stardard ML, | ||
that compiles to Core Erlang. | ||
description: Hamler is a functional programming language inspired by Haskell and Standard ML, | ||
that compiles to CoreErlang. | ||
category: Language, Compiler | ||
author: Feng Lee <[email protected]> | ||
maintainer: Feng Lee <[email protected]> | ||
copyright: (c) 2013-17 Phil Freeman, (c) 2014-19 Gary Burgess, (c) other contributors (see CONTRIBUTORS.md) | ||
maintainer: Feng Lee <[email protected]>, Yang M <[email protected]> | ||
copyright: (c) 2013-17 Phil Freeman, (c) 2014-19 Gary Burgess, (c) 2020 Feng Lee, (c) other contributors (see CONTRIBUTORS.md) | ||
license: BSD3 | ||
github: hamler-lang/hamler | ||
homepage: http://www.hamler-lang.org/ | ||
homepage: https://hamler-lang.org/ | ||
extra-source-files: | ||
- README.md | ||
- stack.yaml | ||
|
@@ -31,7 +31,7 @@ dependencies: | |
- language-javascript | ||
- shelly | ||
- lens | ||
- template-haskell | ||
- template-haskell | ||
- lifted-async >=0.10.0.3 && <0.10.1 | ||
- lifted-base >=0.2.3 && <0.2.4 | ||
- monad-control >=1.0.0.0 && <1.1 | ||
|
@@ -120,7 +120,7 @@ tests: | |
- tasty | ||
- tasty-golden | ||
- tasty-hspec | ||
- tasty-quickcheck | ||
- tasty-quickcheck | ||
default-extensions: | ||
- NoImplicitPrelude | ||
- LambdaCase | ||
|