Skip to content

Commit

Permalink
Update from Hackage at 2018-04-02T23:41:07Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 2, 2018
1 parent c0fd57a commit 062f883
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
58 changes: 58 additions & 0 deletions ats-format/0.2.0.25/ats-format.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
cabal-version: 1.18
name: ats-format
version: 0.2.0.25
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2017-2018 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
synopsis: A source-code formatter for ATS
description:
An opinionated source-code formatter for [ATS](http://www.ats-lang.org/).
category: Parser, Language, ATS, Development
build-type: Custom
extra-source-files:
.atsfmt.toml
man/atsfmt.1
extra-doc-files: README.md

source-repository head
type: darcs
location: https://hub.darcs.net/vmchale/ats

custom-setup
setup-depends: base -any,
Cabal -any,
cli-setup >=0.1.0.2

flag development
description:
Enable `-Werror`
default: False
manual: True

executable atsfmt
main-is: Main.hs
hs-source-dirs: app
other-modules:
Paths_ats_format
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.9 && <5,
language-ats >=0.1.1.10,
optparse-applicative -any,
htoml-megaparsec >=1.1.0.0,
text -any,
ansi-wl-pprint -any,
directory -any,
unordered-containers -any,
process -any,
file-embed -any

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wcompat
1 change: 1 addition & 0 deletions ats-format/0.2.0.25/ats-format.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4386c5ec2fc91d8ee8c6e84310bdaa83","Skein512_512":"b7160c2bb83d41b1555e0febeffaba3f56a77ae23196fd76c130a715414267e83d5aece3b700cdbabe76a207bb991e2f645785559c6b0940765d73b48e95de6e","SHA1":"49641122a5871e1fb44b0aefc94849a99d1895ca","SHA512":"59efc23f46de1cff2f9c615fc1cd1bf0152f30e62fd55757268f27784c1f81dae0d0d79bf567618176968a1cd66ab08160943d4f9240e828c646c67fb776793e","SHA256":"64b65e142360b4031799233db438de9639184d98172cf219b0ea5ed0a378b75c"},"package-locations":["https://hackage.haskell.org/package/ats-format-0.2.0.25/ats-format-0.2.0.25.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ats-format-0.2.0.25.tar.gz"],"package-size":4882}

0 comments on commit 062f883

Please sign in to comment.