Cabal revisions of smtlib-backends-0.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: smtlib-backends-version: 0.4-synopsis:- Low-level functions for SMT-LIB-based interaction with SMT solvers.--description:- This library provides an extensible interface for interacting with SMT solvers- using SMT-LIB. The smtlib-backends-process package provides a backend that- runs solvers as external processes, and the smtlib-backends-z3 package- provides a backend that uses inlined calls to Z3's C API.--license: MIT-license-file: LICENSE-author: Quentin Aristote-maintainer:- facundo.dominguez@tweag.io, gabriel.hondet@tweag.io, mathieu.montin@tweag.io--build-type: Simple-category: SMT-cabal-version: >=1.10-extra-source-files: CHANGELOG.md--source-repository head- type: git- location: https://github.com/tweag/smtlib-backends--source-repository this- type: git- location: https://github.com/tweag/smtlib-backends- tag: 0.3--library- hs-source-dirs: src- ghc-options: -Wall -Wunused-packages- exposed-modules: SMTLIB.Backends- other-extensions: Safe- build-depends:- base >=4.14 && <4.20- , bytestring >=0.10.12 && <0.13-- default-language: Haskell2010+name: smtlib-backends +version: 0.4 +x-revision: 1 +synopsis: + Low-level functions for SMT-LIB-based interaction with SMT solvers. + +description: + This library provides an extensible interface for interacting with SMT solvers + using SMT-LIB. The smtlib-backends-process package provides a backend that + runs solvers as external processes, and the smtlib-backends-z3 package + provides a backend that uses inlined calls to Z3's C API. + +license: MIT +license-file: LICENSE +author: Quentin Aristote +maintainer: + facundo.dominguez@tweag.io, gabriel.hondet@tweag.io, mathieu.montin@tweag.io + +build-type: Simple +category: SMT +cabal-version: >=1.10 +extra-source-files: CHANGELOG.md + +source-repository head + type: git + location: https://github.com/tweag/smtlib-backends + +source-repository this + type: git + location: https://github.com/tweag/smtlib-backends + tag: 0.3 + +library + hs-source-dirs: src + ghc-options: -Wall -Wunused-packages + exposed-modules: SMTLIB.Backends + other-extensions: Safe + build-depends: + base >=4.14 && <4.21 + , bytestring >=0.10.12 && <0.13 + + default-language: Haskell2010
revision 2
name: smtlib-backends version: 0.4 -x-revision: 1 +x-revision: 2 synopsis: Low-level functions for SMT-LIB-based interaction with SMT solvers. exposed-modules: SMTLIB.Backends other-extensions: Safe build-depends: - base >=4.14 && <4.21 + base >=4.14 && <4.22 , bytestring >=0.10.12 && <0.13 default-language: Haskell2010
revision 3
name: smtlib-backends version: 0.4 -x-revision: 2 +x-revision: 3 synopsis: Low-level functions for SMT-LIB-based interaction with SMT solvers. exposed-modules: SMTLIB.Backends other-extensions: Safe build-depends: - base >=4.14 && <4.22 + base >=4.14 && <4.23 , bytestring >=0.10.12 && <0.13 default-language: Haskell2010