File: uglymemo.cabal

package info (click to toggle)
haskell-uglymemo 0.1.0.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 52 kB
  • sloc: haskell: 21; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Name:                uglymemo
Version:             0.1.0.1
Synopsis:            A simple (but internally ugly) memoization function.
Description:         A simple (but internally ugly) memoization function.
                     .
                     * New in 0.1.0.1: Make it exception safe.
License:             PublicDomain
Author:              Lennart Augustsson
Maintainer:          lennart@augustsson.net
Category:            Data
Build-type:          Simple
Cabal-version:       >=1.2


Library
  Exposed-modules:     Data.MemoUgly
  Build-depends:       base < 10, containers