File 1.cabal of Package ghc-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>
  .
  &#169; 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

openSUSE Build Service is sponsored by