horname-0.2.0.0: horname.cabal
name: horname
version: 0.2.0.0
synopsis: Rename function definitions returned by SMT solvers
description: Please see README.md
homepage: https://github.com/cocreature/horname#readme
license: BSD3
license-file: LICENSE
author: Moritz Kiefer
maintainer: value
copyright: (C) 2016 Moritz Kiefer
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
tested-with: GHC == 8.6.5
executable horname
hs-source-dirs: app
other-modules: Options
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, horname
, optparse-applicative >= 0.14 && < 0.15
, text >= 1.2 && < 1.3
ghc-options: -Wall
library
hs-source-dirs: src
exposed-modules: Horname
Horname.Internal.SMT
Horname.Internal.SMT.Parser
Horname.Internal.SMT.Pretty
default-language: Haskell2010
build-depends: base >= 4.9 && < 5
, containers >= 0.6 && < 0.7
, megaparsec >= 7 && < 8
, text >= 1.2 && < 1.3
, these >= 0.7 && < 0.8
, uniplate >= 1.6 && < 1.7
, wl-pprint-text >= 1.2 && < 1.3
ghc-options: -Wall