memo-sqlite-0.2: memo-sqlite.cabal
Name: memo-sqlite
Version: 0.2
Synopsis: memoize functions using SQLite3 database
Homepage: https://code.mathr.co.uk/memo-sqlite
License: BSD3
License-file: LICENSE
Author: Claude Heiland-Allen
Maintainer: claude@mathr.co.uk
Category: Database
Build-type: Simple
Extra-source-files: examples/fib.hs
Cabal-version: >=1.10
Library
Exposed-modules: Data.Memo.Sqlite
Build-depends: base < 5,
direct-sqlite >= 2.3 && < 2.4,
text >= 1.2 && < 1.3
default-language: Haskell2010
other-extensions: OverloadedStrings
source-repository head
type: git
location: https://code.mathr.co.uk/memo-sqlite.git
source-repository this
type: git
location: https://code.mathr.co.uk/memo-sqlite.git
tag: memo-sqlite-0.2