Skip to content

Commit

Permalink
Switch to new version number v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Dec 14, 2021
1 parent d7bdc81 commit 1076281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Paths_ihp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module Paths_ihp where

import Data.Version

version = Version { versionBranch = [0, 16, 0], versionTags = [] }
version = Version { versionBranch = [0, 17, 0], versionTags = [] }
2 changes: 1 addition & 1 deletion ihp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: ihp
version: 0.16.0
version: 0.17.0
synopsis: Haskell Web Framework
description: The Integrated Haskell Platform is a full stack framework focused on rapid application development while striving for robust code quality.
license: NONE
Expand Down
2 changes: 1 addition & 1 deletion ihp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}:
mkDerivation {
pname = "ihp";
version = "v0.16.0";
version = "v0.17.0";
src = (import <nixpkgs> { }).nix-gitignore.gitignoreSource [ ] ./.;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit 1076281

Please sign in to comment.