Skip to content

Commit

Permalink
Merge branch 'master' of github.com:2mol/pboy into master
Browse files Browse the repository at this point in the history
  • Loading branch information
2mol committed Sep 1, 2020
2 parents 416f5c2 + e6a8c80 commit 423e62a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [ ] ability to mark documents as 'to-read'.
- [ ] warn when importing an already existing filename.
- [ ] refresh if any files move outside of the application.
- [ ] linux distro packages: https://github.com/kowainik/awesome-cabal#os-manifests


## Done
Expand Down
7 changes: 5 additions & 2 deletions pboy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ executable pboy
-threaded -O2 -rtsopts -with-rtsopts=-N
-Wall -Wcompat -Wincomplete-record-updates
-Wincomplete-uni-patterns -Wredundant-constraints
-- cc-options: -static
-- ld-options: -static -pthread

if os(linux)
ghc-options: -static
cc-options: -static
ld-options: -static -pthread
build-depends:
base >=4.7 && <5
, pboy
Expand Down

0 comments on commit 423e62a

Please sign in to comment.