bump version to 1.0 tag
This commit is contained in:
+3
-9
@@ -1,11 +1,5 @@
|
||||
-- This file has been generated from package.yaml by hpack version 0.20.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 1b02a1858ead3517927e9405dabc17ffb37f0df038564d37e8321b18227389ec
|
||||
|
||||
name: wasm
|
||||
version: 0.1.0
|
||||
version: 1.0.0
|
||||
author: Ilya Rezvov
|
||||
maintainer: rezvov.ilya@gmail.com
|
||||
license: MIT
|
||||
@@ -56,7 +50,7 @@ executable wasm
|
||||
hs-source-dirs: exec
|
||||
build-depends:
|
||||
base >=4.6 && <5.0
|
||||
, wasm ==0.1.0
|
||||
, wasm >= 1.0.0
|
||||
, optparse-applicative >= 0.14
|
||||
, bytestring >=0.10 && <0.11
|
||||
, base64-bytestring >= 1.0
|
||||
@@ -75,7 +69,7 @@ test-suite test
|
||||
, tasty >=0.7
|
||||
, tasty-hunit >=0.4.1 && <0.10
|
||||
, text >=1.1 && <1.3
|
||||
, wasm ==0.1.0
|
||||
, wasm >= 1.0
|
||||
build-tools:
|
||||
alex >=3.1.3
|
||||
, happy >=1.9.4
|
||||
|
||||
Reference in New Issue
Block a user