Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- This file has been generated from package.yaml by hpack version 0.21.2.
  2. --
  3. -- see: https://github.com/sol/hpack
  4. --
  5. -- hash: 2d5022b140ef713f4b617347886b8a5d741db88eed73a9bda025a5332c156f02
  6.  
  7. name:           automagic-parallelism
  8. version:        0.1.0.0
  9. description:    Please see the README on Github at <https://github.com/githubuser/stack#readme>
  10. homepage:       https://github.com/githubuser/stack#readme
  11. bug-reports:    https://github.com/githubuser/stack/issues
  12. author:         Author name here
  13. maintainer:     example@example.com
  14. copyright:      2018 Author name here
  15. license:        BSD3
  16. build-type:     Simple
  17. cabal-version:  >= 1.10
  18.  
  19. extra-source-files:
  20.     README.md
  21.  
  22. source-repository head
  23.   type: git
  24.   location: https://github.com/githubuser/stack
  25.  
  26. library
  27.   hs-source-dirs:
  28.       src
  29.   build-depends:
  30.       base >=4.7
  31.     , deepseq
  32.     , hashable
  33.     , haxl
  34.     , monad-par
  35.     , monad-par-extras
  36.     , parallel
  37.     , haxl
  38.   exposed-modules:
  39.       HaxlLab2
  40.       Lib
  41.   other-modules:
  42.       Weights
  43.   default-language: Haskell2010
  44.   ghc-options: -foptimal-applicative-do
  45.  
  46. -- executable stack-exe
  47. --   main-is: Main.hs
  48. --   hs-source-dirs:
  49. --       app
  50. --   ghc-options: -threaded -rtsopts -with-rtsopts=-N
  51. --   build-depends:
  52. --       base >=4.7
  53. --     , deepseq
  54. --     , hashable
  55. --     , haxl
  56. --     , monad-par
  57. --     , monad-par-extras
  58. --     , parallel
  59. --     , stack
  60. --   other-modules:
  61. --       Paths_stack
  62. --   default-language: Haskell2010
  63.  
  64. -- test-suite stack-test
  65. --   type: exitcode-stdio-1.0
  66. --   main-is: Spec.hs
  67. --   hs-source-dirs:
  68. --       test
  69. --   ghc-options: -threaded -rtsopts -with-rtsopts=-N
  70. --   build-depends:
  71. --       base >=4.7
  72. --     , deepseq
  73. --     , hashable
  74. --     , haxl
  75. --     , monad-par
  76. --     , monad-par-extras
  77. --     , parallel
  78. --     , stack
  79. --   other-modules:
  80. --       Paths_stack
  81. --   default-language: Haskell2010
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement