Skip to content

Commit

Permalink
Update cabal file, remove werror
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Aug 16, 2023
1 parent 50be324 commit 2e6883e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android-activity.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ build-type: Simple
extra-source-files:
java/systems/obsidian/HaskellActivity.java
java/systems/obsidian/LocalFirebaseMessagingService.java
readme.md
changelog.md
cabal-version: >=1.10

library
Expand All @@ -27,5 +29,5 @@ library
exposed-modules:
Android.HaskellActivity
extra-libraries: log
ghc-options: -Wall -Werror -fPIC
ghc-options: -Wall -fPIC
cc-options: -fPIC
File renamed without changes.

0 comments on commit 2e6883e

Please sign in to comment.