Skip to content

Commit bab3a2f

Browse files
committed
Release 0.10.3.1
1 parent d948b98 commit bab3a2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

beam-core/ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.10.3.1
22

33
## Updated dependencies
44

@@ -8,6 +8,10 @@
88

99
* The `Pagila` example in `beam-postgres` has been updated to compile using the most recent version of `beam` packages (#729).
1010

11+
## Packaging
12+
13+
* Remove the GHC flag `-O3`, which resulted in increased compilation time by default. This flag can still be activated using your build system of choice, as with every library.
14+
1115
# 0.10.3.0
1216

1317
## Added features

beam-core/beam-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- see http://haskell.org/cabal/users-guide/
33

44
name: beam-core
5-
version: 0.10.3.0
5+
version: 0.10.3.1
66
synopsis: Type-safe, feature-complete SQL query and manipulation interface for Haskell
77
description: Beam is a Haskell library for type-safe querying and manipulation of SQL databases.
88
Beam is modular and supports various backends. In order to use beam, you will need to use

0 commit comments

Comments
 (0)