packages feed

hercules-ci-cnix-store-0.2.1.2: CHANGELOG.md

# Changelog

All notable changes to this package will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.2.1.2 - 2022-03-07

### Fixed

 - Build with newer Nix versions 2.5, 2.6

### Added

 - Improved conditional code support with `cabal-pkg-config-version-hook`

## 0.2.1.1 - 2021-11-17

### Fixed

 - Remove unnecessary/unused/wrong compat helper in internal code

## 0.2.1.0 - 2021-09-06

### Added

 - `installDefaultSigINTHandler`

### Fixed

 - Interrupt handling

### Changed

 - Updated to work with a newer `nixUnstable`

## 0.2.0.1 - 2021-06-16

### Fixed

 - Missing file in sdist

## 0.2.0.0 - 2021-06-16

### Added

 - Speculative support for nixUnstable

 - `StorePath` (compatible for stable Nix)

 - Use and build on inline-c-cpp's TemplateHaskell-based template support

 - `nixVersion`, `storeDir`

 - Some settings getters

### Changed

 - Many functions now work with `StorePath` instead of plain paths

 - Some functions now need a `Store` because of the `StorePath` change


## 0.1.1.0 - 2021-04-21

### Added

 - Functions for retrieving the Nix daemon protocol versions
 - Functions for interacting with the interrupt handler

## 0.1.0.0 - 2021-03-05

### Added

 - First code based mostly on Hercules CI Agent and some lines from the Cachix client.