Skip to content

Commit

Permalink
Update from Hackage at 2018-01-31T01:14:56Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 31, 2018
1 parent c413282 commit d0f20cf
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
100 changes: 100 additions & 0 deletions aeson-typescript/0.1.0.3/aeson-typescript.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 642ba0d728cb3be28a4296b85b360f01995570c1a66ec3a36bfb1432d2095f58

name: aeson-typescript
version: 0.1.0.3
synopsis: Generate TypeScript definition files from your ADTs
description: Please see the README on Github at <https://github.com/codedownio/aeson-typescript#readme>
category: Text, Web, JSON
homepage: https://github.com/codedownio/aeson-typescript#readme
bug-reports: https://github.com/codedownio/aeson-typescript/issues
author: Tom McLaughlin
maintainer: tom@codedown.io
copyright: 2017 CodeDown
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
ChangeLog.md
README.md
test/assets/npm_install.sh
test/assets/package.json
test/assets/yarn.lock
test/assets/yarn_install.sh

source-repository head
type: git
location: https://github.com/codedownio/aeson-typescript

library
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, containers
, interpolate
, mtl
, template-haskell
, text
, th-abstraction
, unordered-containers
exposed-modules:
Data.Aeson.TypeScript.TH
other-modules:
Data.Aeson.TypeScript.Formatting
Data.Aeson.TypeScript.Instances
Data.Aeson.TypeScript.Types
Paths_aeson_typescript
default-language: Haskell2010

test-suite aeson-typescript-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
src
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-typescript
, base >=4.7 && <5
, bytestring
, containers
, directory
, filepath
, hspec
, interpolate
, mtl
, process
, tasty
, tasty-ant-xml
, tasty-hspec
, template-haskell
, temporary
, text
, th-abstraction
, unordered-containers
other-modules:
HigherKind
Misc
ObjectWithSingleFieldNoTagSingleConstructors
ObjectWithSingleFieldTagSingleConstructors
TaggedObjectNoTagSingleConstructors
TaggedObjectTagSingleConstructors
TwoElemArrayNoTagSingleConstructors
TwoElemArrayTagSingleConstructors
Untagged
Util
Data.Aeson.TypeScript.Formatting
Data.Aeson.TypeScript.Instances
Data.Aeson.TypeScript.TH
Data.Aeson.TypeScript.Types
Paths_aeson_typescript
default-language: Haskell2010
1 change: 1 addition & 0 deletions aeson-typescript/0.1.0.3/aeson-typescript.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"cde7b865144017fa0007f884563b39df","Skein512_512":"d54b434e173f8836239adf9c6f1b4b0806d68a21a199f0ae3c4908cd2b331a4640a6614a6a1906f94e50b733622060457b7c385dfac303a649f3c113ed83fc26","SHA1":"2ba5a5296ceb776c82e8677bf512d48074de8559","SHA512":"0b5c951ac8e913174747653817583c376c4b6be07aaa50d791de31880be232cca28578f2a7be1a1dc5748c2f63ea1c7c58a83ba07a577f7549cfb38eddbc953e","SHA256":"0b0054ee94039a982cd8e2a5de84ebec7d3b44c0ba315e3c8e8cdd099d11ba38"},"package-locations":["https://hackage.haskell.org/package/aeson-typescript-0.1.0.3/aeson-typescript-0.1.0.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/aeson-typescript-0.1.0.3.tar.gz"],"package-size":13923}

0 comments on commit d0f20cf

Please sign in to comment.