You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
1.8KB

  1. cabal-version: 1.12
  2. -- This file has been generated from package.yaml by hpack version 0.33.0.
  3. --
  4. -- see: https://github.com/sol/hpack
  5. --
  6. -- hash: 04c54a505208bd86b34d8e3e0eba16eadeedc5a3c50062aef9c3ad16f42e65f9
  7. name: color-wheel-calculations
  8. version: 0.1.0.0
  9. description: Please see the README on GitHub at <https://github.com/githubuser/color-wheel-calculations#readme>
  10. homepage: https://github.com/githubuser/color-wheel-calculations#readme
  11. bug-reports: https://github.com/githubuser/color-wheel-calculations/issues
  12. author: Author name here
  13. maintainer: example@example.com
  14. copyright: 2020 Author name here
  15. license: BSD3
  16. license-file: LICENSE
  17. build-type: Simple
  18. extra-source-files:
  19. README.md
  20. ChangeLog.md
  21. source-repository head
  22. type: git
  23. location: https://github.com/githubuser/color-wheel-calculations
  24. library
  25. exposed-modules:
  26. ColorWheel.Cordinates
  27. ColorWheel.Radian
  28. ColorWheel.HSVTransformations
  29. ColorWheel.RGBDefinition
  30. ColorWheel.RGBPurifier
  31. other-modules:
  32. Paths_color_wheel_calculations
  33. hs-source-dirs:
  34. src
  35. build-depends:
  36. base >=4.7 && <5
  37. default-language: Haskell2010
  38. executable color-wheel-calculations-exe
  39. main-is: Main.hs
  40. other-modules:
  41. Paths_color_wheel_calculations
  42. hs-source-dirs:
  43. app
  44. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  45. build-depends:
  46. base >=4.7 && <5
  47. , color-wheel-calculations
  48. default-language: Haskell2010
  49. test-suite color-wheel-calculations-test
  50. type: exitcode-stdio-1.0
  51. main-is: Spec.hs
  52. other-modules:
  53. Paths_color_wheel_calculations
  54. hs-source-dirs:
  55. test
  56. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  57. build-depends:
  58. base >=4.7 && <5
  59. , color-wheel-calculations
  60. default-language: Haskell2010