s-cargot.cabal 564 B

123456789101112131415161718192021
  1. name: s-cargot
  2. version: 0.1.0.0
  3. -- synopsis:
  4. -- description:
  5. license: BSD3
  6. license-file: LICENSE
  7. author: Getty Ritter
  8. maintainer: gdritter@galois.com
  9. -- copyright:
  10. category: Data
  11. build-type: Simple
  12. -- extra-source-files:
  13. cabal-version: >=1.10
  14. library
  15. -- exposed-modules:
  16. -- other-modules:
  17. -- other-extensions:
  18. build-depends: base >=4.7 && <4.8
  19. -- hs-source-dirs:
  20. default-language: Haskell2012