Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 12, 2024
1 parent 5ce48de commit 5b43f18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 22 deletions.
10 changes: 10 additions & 0 deletions beam-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Unreleased

## Updated dependencies

* Updated the upper bound to include `hashable-1.5`.

## Bug fixes

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

# 0.10.3.0

## Added features
Expand Down
5 changes: 0 additions & 5 deletions beam-postgres/examples/CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions beam-postgres/examples/LICENSE

This file was deleted.

11 changes: 2 additions & 9 deletions beam-postgres/examples/pagila.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ cabal-version: 3.0
name: pagila
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: Travis Athougies
maintainer: [email protected]
-- copyright:
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:

common warnings
ghc-options: -Wall
default-language: Haskell2010

library
import: warnings
Expand All @@ -20,8 +17,6 @@ library
Pagila.Schema.V0002,
Pagila.Schema.CustomMigrateExample,
Pagila.CompileTimeTest
-- other-modules:
-- other-extensions:
build-depends: base,
time,
scientific,
Expand All @@ -31,13 +26,11 @@ library
beam-core,
beam-postgres,
beam-migrate

hs-source-dirs: src
default-language: Haskell2010


test-suite pagila-test
import: warnings
default-language: Haskell2010
-- other-modules:
-- other-extensions:
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 5b43f18

Please sign in to comment.