Release first useable version 0.1.0.0

This commit is contained in:
Tissevert 2019-08-24 23:20:04 +02:00
parent d52b101bcf
commit 325d9dd610
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Revision history for APILanguage
## 0.1.0.0 -- YYYY-mm-dd
## 0.1.0.0 -- 2019-08-24
* First version. Released on an unsuspecting world.

View File

@ -24,7 +24,7 @@ library
build-depends: aeson
, base >=4.9 && <4.13
, containers
, hanafuda
, hanafuda >= 0.3.3
, text
hs-source-dirs: src
default-language: Haskell2010