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.
 
 

27 lines
759 B

  1. name: cabal2exherbo
  2. version: 0.0.0.1
  3. -- synopsis:
  4. -- description:
  5. license: GPL-3
  6. license-file: LICENSE
  7. author: Julian Ospald
  8. maintainer: hasufell@posteo.de
  9. -- copyright:
  10. category: Distribution
  11. build-type: Simple
  12. extra-source-files: ChangeLog.md
  13. cabal-version: >=1.10
  14. executable cabal2exherbo
  15. main-is: Main.hs
  16. other-modules: Header
  17. -- other-extensions:
  18. build-depends: base >=4.9 && <4.10
  19. , Cabal >=1.20 && <1.26
  20. , text >= 1.2.0.0
  21. , time >= 1.6 && < 1.9
  22. , formatting >= 6.2.5
  23. hs-source-dirs: src
  24. default-language: Haskell2010