Advertisement
Guest User

Untitled

a guest
Jan 10th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. flag myflag
  2. manual: True
  3. default: False
  4.  
  5.  
  6. executable Application-exe
  7. main-is: Main.hs
  8. other-modules:
  9. Test1
  10. Test2
  11. Paths_Application
  12. hs-source-dirs:
  13. app
  14. ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  15. build-depends:
  16. Application
  17. , base >=4.7 && <5
  18. , transformers
  19. if (flag(enclave))
  20. cpp-options: -DMYFLAG
  21. else
  22. cpp-options: -DUMMY
  23. default-language: Haskell2010
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement