From b84320d08d8e5be10e9ba5b272f584be8937ba94 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Thu, 23 Feb 2023 18:57:05 +0000 Subject: [PATCH] version: 0.6.3 -> 0.6.4 --- ChangeLog.md | 7 +++++++ horizon-spec.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index eeeaf16..08978dd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # Changelog for horizon-spec +## v0.6.4 + +* Separate Types out into separate modules. +* Horizon.Spec.Types.Modifiers: add `defaultModifiers`. +* Horizon.Spec.Types.HaskellPackage: add `mkHaskellPackage` +* Horizon.Spec.Utils: init with `call{Hackage, Git, Local, Tarball}` + ## v0.6.3 * Add `mkSubdir` splice function. diff --git a/horizon-spec.cabal b/horizon-spec.cabal index a1f5f61..9cbcc98 100644 --- a/horizon-spec.cabal +++ b/horizon-spec.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: horizon-spec -version: 0.6.3 +version: 0.6.4 synopsis: Horizon Stable Package Set Type Definitions description: This package contains the type definitions for the Horizon stable package set (https://horizon-haskell.net). This is a schema used to define package sets sourcing from hackage and git. -- GitLab