# Changelog for horizon-spec ## v0.2.1 * Update cabal information. * Drop down from GHC2021 -> Haskell2010 for hackage. ## v0.2 * Export `Overlay` and `PackageList`. * `PackageSet now contains a `PackageList` ## v0.1 * Add dhall types `Name`, `Version`, `Revision`, `Subdir`, `Url'. * `GitSource.revision` is no longer `Optional`. * Add 'Modifiers.enableProfiling` option with default `True`. ## v0.0.0.3 * Rename `HsSrc` to `HaskellSource` * Rename `HsPkg` to `HaskellPackage` * Add `Compiler`. * Add `PackageSet{compiler, packages}`. ## v0.0.0.2 * Add `CabalFlag`. * Add `flags :: [CabalFlag]` to `HsPkg`. ## v0.0.0.1 * Initial Specification of Horizon data types. * Two different sources, `GitSource` and `HackageSource`. * `doJailbreak` and `doCheck` package `Modifiers`.