Guest User

Untitled

a guest
Feb 10th, 2021
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. cabal-version: 1.12
  2.  
  3. -- This file has been generated from package.yaml by hpack version 0.33.0.
  4. --
  5. -- see: https://github.com/sol/hpack
  6. --
  7. -- hash: 3c73efb0bb1790863fffc42b06ee44984aad0aec220161a555e6a81ff871dec7
  8.  
  9. name: factorio-total-compiler
  10. version: 0.1.0.0
  11. description: Please see the README on GitHub at <https://github.com/githubuser/factorio-total-compiler#readme>
  12. homepage: https://github.com/githubuser/factorio-total-compiler#readme
  13. bug-reports: https://github.com/githubuser/factorio-total-compiler/issues
  14. author: Author name here
  15. maintainer: example@example.com
  16. copyright: 2021 Author name here
  17. license: BSD3
  18. license-file: LICENSE
  19. build-type: Simple
  20. extra-source-files:
  21. README.md
  22. ChangeLog.md
  23.  
  24. source-repository head
  25. type: git
  26. location: https://github.com/githubuser/factorio-total-compiler
  27.  
  28. library
  29. exposed-modules:
  30. Entities
  31. Graph
  32. Lib
  33. ParseBlueprint
  34. ParseLua
  35. SimpleTopo
  36. other-modules:
  37. Paths_factorio_total_compiler
  38. hs-source-dirs:
  39. src
  40. build-depends:
  41. aeson
  42. , base >=4.7 && <5
  43. , base64 == 0.4.2.3
  44. , bytestring
  45. , containers
  46. , fgl
  47. , graphviz
  48. , parsec
  49. , parsec-numbers
  50. , text
  51. , unordered-containers
  52. , zlib
  53. default-language: Haskell2010
  54.  
  55. executable factorio-total-compiler-exe
  56. main-is: Main.hs
  57. other-modules:
  58. Paths_factorio_total_compiler
  59. hs-source-dirs:
  60. app
  61. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  62. build-depends:
  63. base >=4.7 && <5
  64. , factorio-total-compiler
  65. default-language: Haskell2010
  66.  
  67. test-suite factorio-total-compiler-test
  68. type: exitcode-stdio-1.0
  69. main-is: Spec.hs
  70. other-modules:
  71. Paths_factorio_total_compiler
  72. hs-source-dirs:
  73. test
  74. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  75. build-depends:
  76. base >=4.7 && <5
  77. , factorio-total-compiler
  78. default-language: Haskell2010
  79.  
  80. executable webapp
  81. main-is:
  82. Main.hs
  83. build-depends:
  84. base, miso, factorio-total-compiler
  85. hs-source-dirs: webapp
  86. if !impl(ghcjs)
  87. build-depends:
  88. jsaddle, jsaddle-warp, transformers, warp, websockets
  89. default-language:
  90. Haskell2010
  91.  
Add Comment
Please, Sign In to add comment