horizon-spec 0.4.0 → 0.4.1
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Horizon.Spec: [MkPackagesDir] :: Path Rel Dir -> PackagesDir
+ Horizon.Spec: newtype PackagesDir
Files
- ChangeLog.md +4/−0
- horizon-spec.cabal +1/−1
- src/Horizon/Spec.hs +1/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for horizon-spec +## v0.4.1++* Add `PackagesDir` to the list of exports+ ## v0.4.0 * Add `HorizonExport` type for declaratively expressing
horizon-spec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: horizon-spec-version: 0.4.0+version: 0.4.1 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.
src/Horizon/Spec.hs view
@@ -19,6 +19,7 @@ , PackageSetExportSettings(MkPackageSetExportSettings, packagesDir, packageSetFile, packageSet) , PackageSetFile(MkPackageSetFile, fromPackageSetFile) , PackageSet(MkPackageSet, compiler, packages)+ , PackagesDir(MkPackagesDir, fromPackagesDir) , Repo(MkRepo, fromRepo) , Revision(MkRevision, fromRevision) , Subdir(MkSubdir, fromSubdir)