Cabal revisions of MemoTrie-0.6.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: MemoTrie-Version: 0.6.4-Cabal-Version: >= 1.10-Synopsis: Trie-based memo functions-Category: Data-Description:- MemoTrie provides a basis for memoized functions over some domains,- using tries. It's based on ideas from Ralf Hinze and code from- Spencer Janssen.- .- Project wiki page: <http://haskell.org/haskellwiki/MemoTrie>- .- © 2008-2015 by Conal Elliott; BSD3 license.- Generic support thanks to Sam Boosalis.-Homepage: https://github.com/conal/MemoTrie-Author: Conal Elliott -Maintainer: conal@conal.net-Copyright: (c) 2008-2015 by Conal Elliott-License: BSD3-License-File: COPYING-Stability: experimental-build-type: Simple--source-repository head- type: git- location: git://github.com/conal/MemoTrie.git--Flag examples- Description: "examples"- Default: False- Manual: True--Library- hs-Source-Dirs: src-- if impl(ghc >= 7.10.0)- Build-Depends: base >=4.8.0.0 && <5 - else- Build-Depends: base <4.8.0.0, void-- Exposed-Modules: - Data.MemoTrie- Other-Modules: -- ghc-prof-options: -prof -auto-all -- default-language: Haskell2010--executable generic - if !flag(examples)- buildable: False- main-is: Generic.hs- ghc-options: -Wall- default-language: Haskell2010- hs-source-dirs: examples- default-language: Haskell2010- build-depends: base, MemoTrie-+Name: MemoTrie +Version: 0.6.4 +x-revision: 1 +Cabal-Version: >= 1.10 +Synopsis: Trie-based memo functions +Category: Data +Description: + MemoTrie provides a basis for memoized functions over some domains, + using tries. It's based on ideas from Ralf Hinze and code from + Spencer Janssen. + . + Project wiki page: <http://haskell.org/haskellwiki/MemoTrie> + . + © 2008-2015 by Conal Elliott; BSD3 license. + Generic support thanks to Sam Boosalis. +Homepage: https://github.com/conal/MemoTrie +Author: Conal Elliott +Maintainer: conal@conal.net +Copyright: (c) 2008-2015 by Conal Elliott +License: BSD3 +License-File: COPYING +Stability: experimental +build-type: Simple + +source-repository head + type: git + location: git://github.com/conal/MemoTrie.git + +Flag examples + Description: "examples" + Default: False + Manual: True + +Library + hs-Source-Dirs: src + + if impl(ghc >= 7.10.0) + Build-Depends: base >=4.8.0.0 && <5 + else + Build-Depends: base >= 4.7 && <4.8.0.0, void + + Exposed-Modules: + Data.MemoTrie + Other-Modules: + + ghc-prof-options: -prof -auto-all + + default-language: Haskell2010 + +executable generic + if !flag(examples) + buildable: False + main-is: Generic.hs + ghc-options: -Wall + default-language: Haskell2010 + hs-source-dirs: examples + default-language: Haskell2010 + build-depends: base, MemoTrie +
revision 2
Name: MemoTrie Version: 0.6.4 -x-revision: 1 +x-revision: 2 Cabal-Version: >= 1.10 Synopsis: Trie-based memo functions Category: Data hs-Source-Dirs: src if impl(ghc >= 7.10.0) - Build-Depends: base >=4.8.0.0 && <5 + Build-Depends: base >=4.8.0.0 && <4.11 else Build-Depends: base >= 4.7 && <4.8.0.0, void