File: CHANGES.markdown

package info (click to toggle)
haskell-monadrandom 0.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 72 kB
  • sloc: haskell: 160; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0.1.13 (9 February 2014)
------------------------

  - add simple 'uniform' function for creating a uniform distribution
    over a list of values

0.1.12 (30 September 2013)
--------------------------

  - add liftRandT and liftRand functions, for lifting explicit
    generator-passing functions into RandT and Rand, respectively.

0.1.11 (1 August 2013)
----------------------

  - add MonadRandom and MonadSplit instances for IdentityT
  - derive MonadReader and MonadWriter instances instead of declaring
    them explicitly (thanks again to James Koppel)

0.1.10 (16 July 2013)
---------------------

  - add MonadRandom and MonadSplit instances for ContT
    (thanks to James Koppel for the patch)

0.1.9 (26 April 2013)
---------------------

  - add MonadRandom and MonadSplit instances for MaybeT