Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(stack): update package.yaml and hamler.cabal #211

Merged
merged 1 commit into from
Jun 24, 2020
Merged
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
14 changes: 7 additions & 7 deletions hamler.cabal
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
Expand Down
16 changes: 8 additions & 8 deletions package.yaml
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
Expand All @@ -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
Expand Down Expand Up @@ -120,7 +120,7 @@ tests:
- tasty
- tasty-golden
- tasty-hspec
- tasty-quickcheck
- tasty-quickcheck
default-extensions:
- NoImplicitPrelude
- LambdaCase
Expand Down