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
2 changes: 1 addition & 1 deletion haskellings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "haskellings";
version = "0.8.0.0";
version = "0.9.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskellings
version: 0.8.0.0
version: 0.9.0.0
github: "MondayMorningHaskell/haskellings"
license: BSD3
author: "James Bowen"
Expand Down
2 changes: 1 addition & 1 deletion src/Haskellings/Constants.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ghcVersionNumber = "8.10.4"

-- | The current Haskellings program version.
haskellingsVersion :: String
haskellingsVersion = "0.8.0.0"
haskellingsVersion = "0.9.0.0"

-- | The project root directory name. We need to find the project root
-- in order to locate the exercises.
Expand Down