urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit 456cdc6fe7ef6de5136049d485c6d705149499d4
parent 8cda5bf7cf889e990ab29e4c49d294029930026a
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  6 Jan 2020 05:01:44 +0800

release: patch version bump (0.3.0 -> 0.3.1)

* Update CHANGELOG
* Bump Stackage LTS resolvers

Diffstat:
MCHANGELOG | 3+++
Mstack-travis.yaml | 4++--
Mstack.yaml | 2+-
Mstack.yaml.lock | 8++++----
Murbit-hob.cabal | 2+-
5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.3.1 (2020-01-06) + * Adds 'Ord' instances for the 'Patp' and 'Patq' types. + - 0.3.0 (2019-09-20) * Adds support for Urbit's @q encoding. The API mirrors that of @p. * Adds the useful 'clan' and 'sein' functions for determining a ship's diff --git a/stack-travis.yaml b/stack-travis.yaml @@ -2,7 +2,7 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-13.19 -compiler: ghc-8.6.4 +resolver: lts-14.20 +compiler: ghc-8.6.5 system-ghc: false install-ghc: true diff --git a/stack.yaml b/stack.yaml @@ -2,4 +2,4 @@ flags: {} packages: - '.' extra-deps: [] -resolver: lts-13.19 +resolver: lts-14.20 diff --git a/stack.yaml.lock b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 498155 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/13/19.yaml - sha256: b9367a80d4393d02e58a46b8a9fdfbd7bc19f59c0c2bbf90034ba15cf52cf213 - original: lts-13.19 + size: 524154 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/20.yaml + sha256: 2f5099f69ddb6abfe64400fe1e6a604e8e628f55e6837211cd70a81eb0a8fa4d + original: lts-14.20 diff --git a/urbit-hob.cabal b/urbit-hob.cabal @@ -1,5 +1,5 @@ name: urbit-hob -version: 0.3.0 +version: 0.3.1 synopsis: Hoon-style atom manipulation and printing functions homepage: https://github.com/urbit/urbit-hob bug-reports: https://github.com/urbit/urbit-hob/issues