gnu: kdenlive: Update to 20.08.1.
[jackhill/guix/guix.git] / tests / monads.scm
2016-04-06 Ludovic CourtèsMerge branch 'master' into core-updates
2016-04-03 Mathieu Lirzinbuild: Add a Guile custom test driver using SRFI-64.
2016-03-21 Leo FamulariMerge branch 'master' into core-updates
2016-03-06 Ludovic Courtèstests: Disable grafting by default for most tests.
2015-09-13 Ludovic CourtèsMerge branch 'master' into core-updates
2015-09-04 Ludovic Courtèsmonads: Fix 'liftN' fallback case.
2015-06-10 Mark H WeaverMerge branch 'master' into core-updates
2015-06-08 Ludovic Courtèsmonads: Allow n-ary '>>=' expressions.
2015-05-27 Ludovic Courtèsmonads: 'foldm', 'mapm', and 'anym' now take a list...
2015-01-17 Ludovic Courtèsmonads: Add the state monad.
2015-01-16 Ludovic CourtèsMerge branch 'core-updates'
2015-01-14 Ludovic Courtèsmonads: Move '%store-monad' and related procedures...
2015-01-13 Mark H WeaverMerge branch 'master' into core-updates
2015-01-12 Ludovic Courtèsmonads: Remove 'derivation-expression'.
2015-01-12 Ludovic Courtèsmonads: Rewrite 'text-file*' using gexps.
2014-10-08 Ludovic Courtèsmonads: Add 'mbegin'.
2014-10-05 Ludovic Courtèsgnu: cross-base: Use the right dynamic linker name.
2014-08-24 Mark H WeaverMerge branch 'master' into core-updates
2014-08-23 Ludovic CourtèsFactorize test suite support in (guix tests).
2014-08-20 Mark H WeaverMerge branch 'master' into core-updates
2014-08-17 Ludovic Courtèsmonads: 'package-file' uses '%current-system' at '...
2014-08-17 Ludovic Courtèsmonads: Add 'package->cross-derivation' and #:target...
2014-07-28 Mark H WeaverMerge branch 'master' into core-updates
2014-07-24 Ludovic Courtèsmonads: Add 'interned-file'.
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-12 Ludovic Courtèsmonads: Fix 'mapm' so that effects happen from left...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-04-28 Ludovic Courtèsmonads: Hide 'derivation-expression' and 'lower-inputs'.
2014-02-21 Ludovic CourtèsMerge branch 'master' into core-updates
2014-02-03 Ludovic Courtèsmonads: Add 'text-file*'.
2013-12-09 Ludovic Courtèsmonads: Fix 'anym'.
2013-12-04 Ludovic Courtèsderivations: Use more keyword parameters for 'build...
2013-10-03 Ludovic Courtèsmonads: Allow resolution of a monad's bind/return at...
2013-10-03 Ludovic CourtèsAdd (guix monads).