Skip to content

Commit d4dd2c4

Browse files
committed
increase version number
1 parent f298f2b commit d4dd2c4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

NixSupport/haskell-packages/ihp.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}:
7272
mkDerivation {
7373
pname = "ihp";
74-
version = "1.4.0";
74+
version = "1.4.1";
7575
src = filter { root = ./../../ihp; include = ["IHP" "ihp.cabal" "LICENSE" "data"]; };
7676
isLibrary = true;
7777
isExecutable = true;

ihp/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# v1.4.0 (unreleased)
1+
# v1.4.1
2+
3+
- ihp-{openai,sitemap}: increase base bounds from 4.20 => 4.22
4+
- fix migrate package
5+
- use Data.Text qualified in IHP.NameSupport to fix build with text-2.1.2
6+
- Drop 'Default Bool' instance for data-default >= 0.8
7+
8+
# v1.4.0
29

310
## Highlights
411
- 🚀 Improved Dev Server: faster, more reliable reloads without race conditions.

ihp/ihp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: ihp
3-
version: 1.4.0
3+
version: 1.4.1
44
synopsis: Haskell Web Framework
55
description: The Integrated Haskell Platform is a full stack framework focused on rapid application development while striving for robust code quality.
66
Full guide available at: <https://ihp.digitallyinduced.com/Guide/index.html>

0 commit comments

Comments
 (0)