Skip to content

Commit 86ff39c

Browse files
committed
nest circuit lib dir
1 parent b5f560a commit 86ff39c

13 files changed

+3
-3
lines changed

Diff for: arithmetic-circuits.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ common extensions
3636
RecordWildCards
3737

3838
common warnings
39-
ghc-options: -Wall -Wredundant-constraints
39+
ghc-options: -Wall -Wredundant-constraints -Werror
4040

4141

4242
common deps
@@ -67,7 +67,7 @@ library
6767
Fresh
6868

6969
other-modules: Paths_arithmetic_circuits
70-
hs-source-dirs: src
70+
hs-source-dirs: circuit/src
7171

7272
ghc-options: -freverse-errors -O2 -Wall
7373

@@ -173,7 +173,7 @@ test-suite circuit-tests
173173
Test.Circuit.Arithmetic
174174
Test.Circuit.R1CS
175175

176-
hs-source-dirs: test
176+
hs-source-dirs: circuit/test
177177

178178
ghc-options: -freverse-errors -O2 -Wall -main-is Main
179179
build-depends:

Diff for: src/Circuit.hs renamed to circuit/src/Circuit.hs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: src/Fresh.hs renamed to circuit/src/Fresh.hs

File renamed without changes.

Diff for: src/R1CS.hs renamed to circuit/src/R1CS.hs

File renamed without changes.

Diff for: test/Main.hs renamed to circuit/test/Main.hs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)