Skip to content

Commit

Permalink
Add demo to build
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 9, 2024
1 parent 1810889 commit 9471fc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages: .
packages: . demo

optimization: 2

Expand All @@ -15,4 +15,5 @@ package hw-simd
flags: +bmi2

package hw-json-simd

flags: +avx2
12 changes: 6 additions & 6 deletions demo/hw-json-demo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ flag sse42

common base { build-depends: base >= 4 && < 5 }

common aeson { build-depends: aeson >= 1.4.2.0 && < 1.6 }
common aeson { build-depends: aeson >= 2.0 && < 2.3 }
common bits-extra { build-depends: bits-extra >= 0.0.1 && < 0.1 }
common bytestring { build-depends: bytestring >= 0.10.6 && < 0.12 }
common deepseq { build-depends: deepseq >= 1.4.0.0 && < 1.5 }
common dlist { build-depends: dlist >= 0.8 && < 1.1 }
common hw-balancedparens { build-depends: hw-balancedparens >= 0.2.0.1 && < 0.3 }
common hw-balancedparens { build-depends: hw-balancedparens >= 0.3.0.0 && < 0.5 }
common hw-bits { build-depends: hw-bits >= 0.7.0.5 && < 0.8 }
common hw-json { build-depends: hw-json >= 1.0.0.0 && < 1.1 }
common hw-json-simd { build-depends: hw-json-simd >= 0.1.0.1 && < 0.2 }
common hw-json { build-depends: hw-json >= 1.0.0.0 && < 1.4 }
common hw-json-simd { build-depends: hw-json-simd >= 0.1.0.2 && < 0.2 }
common hw-mquery { build-depends: hw-mquery >= 0.2.0.0 && < 0.3 }
common hw-prim { build-depends: hw-prim >= 0.6.2.21 && < 0.7 }
common hw-rankselect { build-depends: hw-rankselect >= 0.12.0.4 && < 0.13 }
common hw-prim { build-depends: hw-prim >= 0.6.2.32 && < 0.7 }
common hw-rankselect { build-depends: hw-rankselect >= 0.13 && < 0.14 }
common hw-rankselect-base { build-depends: hw-rankselect-base >= 0.3.2.1 && < 0.4 }
common hw-simd { build-depends: hw-simd >= 0.1.1.2 && < 0.2 }
common lens { build-depends: lens >= 4 && < 6 }
Expand Down

0 comments on commit 9471fc7

Please sign in to comment.