Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Split off AIG and SBV code
Browse files Browse the repository at this point in the history
Now these are in the saw-core-aig and saw-core-sbv packages.
  • Loading branch information
Aaron Tomb committed Feb 23, 2016
1 parent 771cfe8 commit 4786d75
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,578 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2014, Galois, Inc.
Copyright (c) 2012-2016, Galois, Inc.

All rights reserved.

Expand Down
10 changes: 2 additions & 8 deletions saw-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Version: 0.1
License: BSD3
License-file: LICENSE
Author: Galois, Inc.
Maintainer: jhendrix@galois.com
Copyright: (c) 2012-2014 Galois Inc.
Maintainer: huffman@galois.com
Copyright: (c) 2012-2016 Galois Inc.
Category: Formal Methods
Build-type: Simple
cabal-version: >= 1.8
Expand All @@ -25,7 +25,6 @@ library

build-depends:
base == 4.*,
aig,
ansi-wl-pprint,
array,
binary,
Expand All @@ -42,7 +41,6 @@ library
pretty,
random,
ref-fd,
sbv >= 5.10,
template-haskell,
tf-random,
transformers,
Expand All @@ -68,12 +66,9 @@ library
Verifier.SAW.Rewriter
Verifier.SAW.SCTypeCheck
Verifier.SAW.Simulator
Verifier.SAW.Simulator.BitBlast
Verifier.SAW.Simulator.Concrete
Verifier.SAW.Simulator.MonadLazy
Verifier.SAW.Simulator.Prims
Verifier.SAW.Simulator.SBV
Verifier.SAW.Simulator.SBV.SWord
Verifier.SAW.Simulator.Value
Verifier.SAW.SharedTerm
Verifier.SAW.TermNet
Expand Down Expand Up @@ -104,7 +99,6 @@ test-suite test-sawcore
hs-source-dirs: tests/src
build-depends:
base >= 4
, abcBridge
, containers
, hashable
, lens
Expand Down
Loading

0 comments on commit 4786d75

Please sign in to comment.