Skip to content
Draft
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
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "richenv";
version = "0.1.0.2";
version = "0.1.0.3";
src = ./.;
libraryHaskellDepends = [ aeson base text unordered-containers ];
testHaskellDepends = [
Expand Down
2 changes: 1 addition & 1 deletion richenv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: richenv
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.2
version: 0.1.0.3

-- A short (one-line) description of the package.
synopsis: Rich environment variable setup for Haskell
Expand Down