File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44} :
55mkDerivation {
66 pname = "haskellings" ;
7- version = "0.8 .0.0" ;
7+ version = "0.9 .0.0" ;
88 src = ./. ;
99 isLibrary = true ;
1010 isExecutable = true ;
Original file line number Diff line number Diff line change 11name : haskellings
2- version : 0.8 .0.0
2+ version : 0.9 .0.0
33github : " MondayMorningHaskell/haskellings"
44license : BSD3
55author : " James Bowen"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ghcVersionNumber = "8.10.4"
4545
4646-- | The current Haskellings program version.
4747haskellingsVersion :: String
48- haskellingsVersion = " 0.8 .0.0"
48+ haskellingsVersion = " 0.9 .0.0"
4949
5050-- | The project root directory name. We need to find the project root
5151-- in order to locate the exercises.
You can’t perform that action at this time.
0 commit comments