37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
|
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.0.0
|
||
|
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
|
||
|
, Module
|
||
|
, Paths_SJW
|
||
|
-- other-extensions:
|
||
|
build-depends: attoparsec
|
||
|
, base >=4.12 && <4.13
|
||
|
, containers
|
||
|
, directory
|
||
|
, filepath
|
||
|
, mtl
|
||
|
, optparse-applicative
|
||
|
, text
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|