Skip to content

Commit e6db679

Browse files
authored
Merge pull request tweag#335 from turion/release
Release 1.3.0
2 parents d5689f5 + 9ec1fcb commit e6db679

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.3.0
2+
3+
- Support for GHC 9.6
4+
- Replaced transformers' `ListT` by
5+
(https://github.com/tweag/monad-bayes/pull/295)
6+
- Naming fixes for `Sampler` and `SamplerT`
7+
18
# 1.2.0
29

310
- Renamed monad transformers idiomatically

monad-bayes.cabal

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
cabal-version: 2.2
2-
name: monad-bayes
3-
version: 1.2.0
4-
license: MIT
5-
license-file: LICENSE.md
6-
copyright: 2015-2020 Adam Scibior
7-
maintainer: [email protected]
8-
author: Adam Scibior <[email protected]>
9-
stability: experimental
10-
tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.4
11-
homepage: http://github.com/tweag/monad-bayes#readme
12-
bug-reports: https://github.com/tweag/monad-bayes/issues
13-
synopsis: A library for probabilistic programming.
1+
cabal-version: 2.2
2+
name: monad-bayes
3+
version: 1.3.0
4+
license: MIT
5+
license-file: LICENSE.md
6+
copyright: 2015-2020 Adam Scibior
7+
maintainer: [email protected]
8+
author: Adam Scibior <[email protected]>
9+
stability: experimental
10+
tested-with: GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.4
11+
homepage: http://github.com/tweag/monad-bayes#readme
12+
bug-reports: https://github.com/tweag/monad-bayes/issues
13+
synopsis: A library for probabilistic programming.
1414
description:
1515
A library for probabilistic programming using probability monads. The
1616
emphasis is on composition of inference algorithms implemented in
@@ -19,13 +19,13 @@ description:
1919
for a quick-start user guide and a reference overview of how it all
2020
works" and the included [README](#readme).
2121

22-
category: Statistics
23-
build-type: Simple
24-
extra-source-files:
22+
category: Statistics
23+
build-type: Simple
24+
extra-doc-files:
2525
CHANGELOG.md
2626
README.md
2727

28-
data-files: test/fixtures/*.txt
28+
data-files: test/fixtures/*.txt
2929

3030
source-repository head
3131
type: git

0 commit comments

Comments
 (0)