distribution-nixpkgs 1.6.1 → 1.6.2
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- distribution-nixpkgs.cabal +1/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for distribution-nixpkgs +## 1.6.2++* Expect `MonadFailDesugaring` (or equivalent behavior) to be the default,+ requiring GHC >= 8.6.1. Adds support for GHC 9.2.1 (rc1).+ ## 1.6.1 * `Distribution.Nixpkgs.Meta`: support `aarch64-darwin`
distribution-nixpkgs.cabal view
@@ -1,5 +1,5 @@ name: distribution-nixpkgs-version: 1.6.1+version: 1.6.2 synopsis: Types and functions to manipulate the Nixpkgs distribution description: Types and functions to represent, query, and manipulate the Nixpkgs distribution. license: BSD3@@ -54,6 +54,5 @@ hs-source-dirs: test build-depends: base, deepseq, distribution-nixpkgs, hspec, lens default-language: Haskell2010- default-extensions: MonadFailDesugaring ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints