Skip to content

Commit

Permalink
Update from Hackage at 2020-02-04T01:13:13Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Feb 4, 2020
1 parent 7e125ea commit 91ae75a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions shwifty/0.0.1.0/shwifty.cabal
@@ -0,0 +1,59 @@
cabal-version: 2.2
name:
shwifty
version:
0.0.1.0
synopsis:
Generate swift types from haskell types.
description:
Shwifty provides many utilities for generating swift types from haskell types,
with great flexibility in representation, and emphasis on generating typesafe
Swift code. Most of the types representable in Haskell98 are supported.
bug-reports:
https://github.com/chessai/shwifty/issues
license:
MIT
license-file:
LICENSE
author:
chessai
maintainer:
chessai <chessai1996@gmail.com>
copyright:
Copyright (c) 2020, chessai
category:
Codegen, Text, TemplateHaskell
build-type:
Simple
extra-source-files:
CHANGELOG.md
README.md

library
hs-source-dirs:
src
exposed-modules:
Shwifty
--Test
build-depends:
, base >= 4.11 && < 4.14
, bytestring >= 0.10 && < 0.11
, case-insensitive >= 1.2 && < 1.3
, containers >= 0.5.9 && < 0.7
, mtl >= 2.2 && < 2.3
, primitive >= 0.7 && < 0.8
, template-haskell >= 2.11 && < 2.17
, text >= 1.2 && < 1.3
, th-abstraction >= 0.3 && < 0.4
, time >= 1.8 && < 1.10
, unordered-containers >= 0.2 && < 0.3
, uuid-types >= 1.0 && < 1.1
, vector >= 0.12 && < 0.13
default-language:
Haskell2010

source-repository head
type:
git
location:
git://github.com/chessai/shwifty.git
1 change: 1 addition & 0 deletions shwifty/0.0.1.0/shwifty.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"f7b39622524ebf8eacc7923662314487","Skein512_512":"bb2f75e01b78deb0c10d1ef47e2a521fb5c42122dbe0eeeef2640af2d867d767e178a8365d46f40e9997691ef32468bd4ec93b4a19ab81d8faa91a34294e0d98","SHA1":"a13e0a429b53d1edfebd6bdaa17b82693f6ff45b","SHA512":"e62dcb4ca3a4ee9417d8de6ce3e8be45620acb969111bbc51e0dbfe224bba7bd9796ad23cac5d637550403a1698845dad6bca78827f66a0ffbac74ae7de2ac61","SHA256":"2a315b0d7bde067c7c8e0b51f39b5a43d5582d0c01bc7e3502c612ce04e437f6"},"package-locations":["https://hackage.haskell.org/package/shwifty-0.0.1.0/shwifty-0.0.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/shwifty-0.0.1.0.tar.gz"],"package-size":18364}

0 comments on commit 91ae75a

Please sign in to comment.