Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for Shellify

## 0.12.0
- Add --allow-local-pinned-registries-to-be-prioritized switch
- Prioiritise registries favouring those not pinned to local

## 0.11.0
- Drop the shellify executable in favour or nix-shellify

Expand Down
4 changes: 3 additions & 1 deletion shellify.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: shellify
version: 0.11.0.5
version: 0.12.0.0

author: Daniel Rolls
maintainer: daniel.rolls.27@googlemail.com
Expand Down Expand Up @@ -76,6 +76,8 @@ test-suite haskelltest-test
other-modules:
Paths_shellify,
TestHelpers
autogen-modules:
Paths_shellify
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
hspec >=2.9.7 && <2.12,
Expand Down
Loading