An error occurred while loading the file. Please try again.
-
Daniel Firth authored4aa960cc
To find the state of this project's repository at the time of any of these versions, check out the tags.
Changelog for horizon-spec
v0.2.1
- Update cabal information.
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
.