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