Skip to content

Commit

Permalink
Rename iso8601-attoparsec to attoparsec-iso8601
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Mar 27, 2017
1 parent 85046d2 commit 872eb36
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 24 deletions.
2 changes: 1 addition & 1 deletion aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ flag cffi

library
default-language: Haskell2010
hs-source-dirs: . iso8601-attoparsec/
hs-source-dirs: . attoparsec-iso8601/

exposed-modules:
Data.Aeson
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: iso8601-attoparsec
version: 1.0.0.0
synopsis: Parsing of ISO 8601 dates, originally from aeson.
description: Parsing of ISO 8601 dates, originally from aeson.
homepage: https://github.com/bergmark/iso8601-attoparsec#readme
license: BSD3
license-file: LICENSE
author: Adam Bergmark
maintainer: adam@bergmark.nl
copyright: 2016
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
name: attoparsec-iso8601
version: 1.0.0.0
synopsis: Parsing of ISO 8601 dates, originally from aeson.
description: Parsing of ISO 8601 dates, originally from aeson.
license: BSD3
license-file: LICENSE
category: Parsing
copyright: (c) 2011-2016 Bryan O'Sullivan
(c) 2011 MailRank, Inc.
author: Bryan O'Sullivan <bos@serpentine.com>
maintainer: Adam Bergmark <adam@bergmark.nl>
stability: experimental
cabal-version: >=1.10
homepage: https://github.com/bos/aeson
bug-reports: https://github.com/bos/aeson/issues
build-type: Simple
extra-source-files:
README.md

flag developer
description: operate in developer mode
Expand Down
4 changes: 3 additions & 1 deletion benchmarks/aeson-benchmarks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flag bytestring-builder
manual: False

library
hs-source-dirs: .. . ../ffi ../pure
hs-source-dirs: .. . ../ffi ../pure ../attoparsec-iso8601
c-sources: ../cbits/unescape_string.c
exposed-modules:
Data.Aeson
Expand All @@ -34,6 +34,8 @@ library
Data.Aeson.Types.Generic
Data.Aeson.Types.Internal
Data.Aeson.Types.ToJSON
Data.Attoparsec.Time
Data.Attoparsec.Time.Internal

build-depends:
attoparsec >= 0.13.0.1,
Expand Down
4 changes: 2 additions & 2 deletions stack-lts6.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
resolver: lts-6.30
packages:
- '.'
- iso8601-attoparsec
- attoparsec-iso8601
extra-deps:
- semigroups-0.18.2
- integer-logarithms-1
flags:
aeson:
fast: true
iso8601-attoparsec:
attoparsec-iso8601:
fast: true
semigroups:
bytestring-builder: false
4 changes: 2 additions & 2 deletions stack-lts7.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
resolver: lts-7.19
packages:
- '.'
- iso8601-attoparsec
- attoparsec-iso8601
extra-deps:
- integer-logarithms-1
flags:
aeson:
fast: true
iso8601-attoparsec:
attoparsec-iso8601:
fast: true
4 changes: 2 additions & 2 deletions stack-lts8.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resolver: lts-8.1
packages:
- '.'
- iso8601-attoparsec
- attoparsec-iso8601
flags:
aeson:
fast: true
iso8601-attoparsec:
attoparsec-iso8601:
fast: true
4 changes: 2 additions & 2 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resolver: nightly-2017-03-25
packages:
- '.'
- iso8601-attoparsec
- attoparsec-iso8601
flags:
aeson:
fast: true
iso8601-attoparsec:
attoparsec-iso8601:
fast: true

0 comments on commit 872eb36

Please sign in to comment.