-
Daniel Firth authoredefdb3a52
To find the state of this project's repository at the time of any of these versions, check out the tags.
ChangeLog.md 2.25 KiB
Changelog for horizon-spec
v0.10.0
- Add
subdir
field toFromTarball
. - Add
callHorizonGitlab
.
v0.9.0
- Add
example.dhall
. - Remove
callLocal
andFromLocal
.
v0.8.0
- Split repo into dhall spec and haskell spec. The haskell is downstream of the dhall.
v0.7.0
- Horizon.Spec.Types.Policy: Add
Policy
type withKeep
andPin
constructors. - Horizon.Spec.Types.HaskellPackage: Add 'policy' field.
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.
v0.6.2
- Add
IsString
instances to Text types.
v0.6.1
- Re-export MkModifiers constructor.
v0.6
- Change Overlay to wrap a
PackageSet
rather than aPackageList
. The compiler field is needed for cabal preprocessing.
v0.5
- Add
doBenchmark
,includeBenchmarks
,includeExecutables
andincludeTests
Modifiers.
v0.4.1
- Add
PackagesDir
to the list of exports
v0.4.0
- Add
HorizonExport
type for declaratively expressing export settings for horizon commands. - Add
PackageSetExportSettings
for expressing package set export settings. - Add
OverlayExportSettings
for expressing overlay export settings.
v0.3.0
- Add
LocalSource
andTarballSource
types - Add
FromLocal
andFromTarball
constructors toHaskellSource
. - rename
callCabal2nix to
callGit`.
v0.2.1
- Update cabal information.
- Drop down from GHC2021 -> Haskell2010 for hackage.
v0.2
- Export
Overlay
andPackageList
. -
PackageSet now contains a
PackageList`
v0.1
- Add dhall types
Name
,Version
,Revision
,Subdir
, `Url'. -
GitSource.revision
is no longerOptional
. - Add 'Modifiers.enableProfiling
option with default
True`.
v0.0.0.3
- Rename
HsSrc
toHaskellSource
- Rename
HsPkg
toHaskellPackage
- Add
Compiler
. - Add
PackageSet{compiler, packages}
.
v0.0.0.2
- Add
CabalFlag
. - Add
flags :: [CabalFlag]
toHsPkg
.
v0.0.0.1
- Initial Specification of Horizon data types.
- Two different sources,
GitSource
andHackageSource
. -
doJailbreak
anddoCheck
packageModifiers
.