SJW/SJW.cabal

42 lines
1.3 KiB
Plaintext

cabal-version: >=1.10
-- Initial package description 'SJW.cabal' generated by 'cabal init'. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: SJW
version: 0.1.1.1
synopsis: The Simple Javascript Wrench is a very simple tool to pack several JS «modules» into a single script.
-- description:
homepage: https://git.marvid.fr/Tissevert/SJW
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Web
build-type: Simple
extra-source-files: CHANGELOG.md
executable sjw
main-is: Main.hs
other-modules: Compiler
, Context
, Dependencies
, Module
, Module.File
, Module.Imports
, Paths_SJW
-- other-extensions:
build-depends: attoparsec
, base >=4.11 && <4.13
, containers
, directory
, filepath
, mtl
, optparse-applicative
, text
, unix
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall