1cabal-version: 3.42name: smt-simplify3version: 0.1.0.04license: MIT5author: Sören Tempel6maintainer: tempel@ibr.cs.tu-bs.de7build-type: Simple8copyright: (c) 2026 Technische Universität Branuschweig910common opts11 ghc-options: -Wall1213executable smt-simplify14 import: opts15 main-is: Main.hs16 build-depends: base,17 text,18 conduit >= 1.3.6 && < 1.4,19 simple-smt >= 1.0.1 && <1.120 default-language: GHC2021