-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbvsolve.cabal
More file actions
24 lines (22 loc) · 851 Bytes
/
bvsolve.cabal
File metadata and controls
24 lines (22 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Initial bv.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: bvsolve
version: 0.1.0.0
synopsis: Bitvector theory solver
-- description:
license: BSD3
license-file: LICENSE
author: Leonid Ryzhyk
maintainer: leonid.ryzhyk@nicta.com.au
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: BV.Canonize, BV.Types, BV.Util
-- other-modules:
other-extensions: RecordWildCards, TupleSections
build-depends: base >=4.6 && <4.8, pretty >=1.1 && <1.2, utility-ht >=0.0 && <0.1, arithmoi >=0.4 && <0.5, util ==0.1.*
-- hs-source-dirs:
default-language: Haskell2010