Skip to content

Commit

Permalink
[#1148] add -threaded flag to backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jankun4 committed Jun 23, 2024
1 parent fb643d0 commit 9c729bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ changes.

### Fixed

- backend is now compiled with -threaded [Issue 1148](https://github.com/IntersectMBO/govtool/issues/1148)
- drep/get-voting-power no longer throws 500 for non-existing dreps. Instead it returns 0 [Issue 1093](https://github.com/IntersectMBO/govtool/issues/1093)
- proposal/list no longer throws 500 error when proposal's url is incorrect [Issue 1073](https://github.com/IntersectMBO/govtool/issues/1073)
- drep/list sql fix (now the drep type is correct) [Issue 957](https://github.com/IntersectMBO/govtool/issues/957)
Expand Down
2 changes: 2 additions & 0 deletions govtool/backend/vva-be.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ executable vva-be

hs-source-dirs: app
default-language: Haskell2010
ghc-options: -threaded

library
hs-source-dirs: src
Expand Down Expand Up @@ -118,3 +119,4 @@ library
, VVA.Types
, VVA.Network
, VVA.Metadata
ghc-options: -threaded

0 comments on commit 9c729bc

Please sign in to comment.