Guest User

Untitled

a guest
Jun 19th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Name: gist646901
  2. Version: 0.1
  3. Synopsis: Using Takusen with Snap
  4. Description: An example of using Takusen in a Snap application.
  5. License: BSD3
  6. Author: Thomas Sutton
  7. Maintainer: me@thomas-sutton.id.au
  8. Stability: Experimental
  9. Category: Web
  10. Build-type: Simple
  11. Cabal-version: >=1.2
  12.  
  13. Executable gist646901
  14. hs-source-dirs: src
  15. main-is: Main.lhs
  16.  
  17. Build-depends:
  18. base >= 4,
  19. haskell98,
  20. monads-fd >= 0.1 && <0.2,
  21. bytestring >= 0.9.1 && <0.10,
  22. snap-core >= 0.2 && <0.3,
  23. snap-server >= 0.2 && <0.3,
  24. xhtml-combinators,
  25. unix,
  26. text,
  27. containers,
  28. Takusen,
  29. MonadCatchIO-transformers,
  30. filepath >= 1.1 && <1.2
  31.  
  32. if impl(ghc >= 6.12.0)
  33. ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
  34. -fno-warn-unused-do-bind
  35. else
  36. ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
Add Comment
Please, Sign In to add comment