Skip to content

Commit

Permalink
chore(stack): update package.yaml and hamler.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
emqplus committed Jun 24, 2020
1 parent e013fe1 commit 30b7766
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
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

0 comments on commit 30b7766

Please sign in to comment.