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.

28 lines
703B

  1. cabal-version: >=1.10
  2. -- Initial package description 'haskeleton.cabal' generated by 'cabal
  3. -- init'. For further documentation, see
  4. -- http://haskell.org/cabal/users-guide/
  5. name: haskeleton
  6. version: 0.1.0.0
  7. -- synopsis:
  8. -- description:
  9. -- bug-reports:
  10. -- license:
  11. license-file: LICENSE
  12. author: Thorn Avery
  13. maintainer: s@p7.co.nz
  14. -- copyright:
  15. -- category:
  16. build-type: Simple
  17. executable haskeleton
  18. main-is: Main.hs
  19. -- other-modules:
  20. -- other-extensions:
  21. build-depends: base >=4.13 && <4.14
  22. , text
  23. , aeson
  24. -- hs-source-dirs:
  25. default-language: Haskell2010