Skip to content

Commit

Permalink
Update from Hackage at 2017-03-27T11:10:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 27, 2017
1 parent e9da517 commit d7c2452
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 228 deletions.
153 changes: 77 additions & 76 deletions iban/0.1.0.0/iban.cabal
Original file line number Diff line number Diff line change
@@ -1,76 +1,77 @@
-- Initial iban.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/

name: iban
version: 0.1.0.0
synopsis: Validate and generate IBANs
description: A library to validate and generate (for now only German) IBANs.
homepage: https://github.com/ibotty/haskell-iban
license: BSD3
license-file: LICENSE
author: Tobias Florek
maintainer: tob@butter.sh
copyright: Tobias Florek, 2014
category: Finance
build-type: Simple
extra-source-files: Changelog.md
cabal-version: >=1.10

library
exposed-modules: Finance.IBAN
, Finance.IBAN.Internal
, Finance.IBAN.Germany
, Finance.IBAN.Germany.Core
, Finance.IBAN.Germany.Data
, Finance.IBAN.Data
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >=4.5 && <4.8
, containers >=0.3 && <0.6
, text >=0.11 && <1.2
, unordered-containers ==0.2.*
, iso3166-country-codes
hs-source-dirs: src
default-language: Haskell2010

test-suite tests
other-extensions: OverloadedStrings
build-depends: base
, iban
, text
, tasty
, tasty-hunit
, HUnit
hs-source-dirs: test
main-is: Main.hs
other-modules: IBANRegistryExamples
default-language: Haskell2010
type: exitcode-stdio-1.0

-- flag maintenance-tools
-- description: Build tools to generate data files from original sources
-- default: False
-- manual: True

-- executable blz
-- other-extensions: OverloadedStrings
-- -- exposed-modules:
-- hs-source-dirs: tools
-- build-depends: base
-- , bytestring >=0.9 && <0.11
-- , cassava == 0.4.*
-- , iban
-- , text
-- , vector == 0.10.*
-- main-is: Blz.hs
-- default-language: Haskell2010
-- if true
-- -- if flag(maintenance-tools)
-- buildable: True
-- else
-- buildable: False

source-repository head
type: git
location: https://github.com/ibotty/iban

-- Initial iban.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/

name: iban
version: 0.1.0.0
x-revision: 1
synopsis: Validate and generate IBANs
description: A library to validate and generate (for now only German) IBANs.
homepage: https://github.com/ibotty/haskell-iban
license: BSD3
license-file: LICENSE
author: Tobias Florek
maintainer: tob@butter.sh
copyright: Tobias Florek, 2014
category: Finance
build-type: Simple
extra-source-files: Changelog.md
cabal-version: >=1.10

library
exposed-modules: Finance.IBAN
, Finance.IBAN.Internal
, Finance.IBAN.Germany
, Finance.IBAN.Germany.Core
, Finance.IBAN.Germany.Data
, Finance.IBAN.Data
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <4.8
, containers >=0.3 && <0.6
, text >=0.11 && <1.2
, unordered-containers ==0.2.*
, iso3166-country-codes
hs-source-dirs: src
default-language: Haskell2010

test-suite tests
other-extensions: OverloadedStrings
build-depends: base
, iban
, text
, tasty
, tasty-hunit
, HUnit
hs-source-dirs: test
main-is: Main.hs
other-modules: IBANRegistryExamples
default-language: Haskell2010
type: exitcode-stdio-1.0

-- flag maintenance-tools
-- description: Build tools to generate data files from original sources
-- default: False
-- manual: True

-- executable blz
-- other-extensions: OverloadedStrings
-- -- exposed-modules:
-- hs-source-dirs: tools
-- build-depends: base
-- , bytestring >=0.9 && <0.11
-- , cassava == 0.4.*
-- , iban
-- , text
-- , vector == 0.10.*
-- main-is: Blz.hs
-- default-language: Haskell2010
-- if true
-- -- if flag(maintenance-tools)
-- buildable: True
-- else
-- buildable: False

source-repository head
type: git
location: https://github.com/ibotty/iban

153 changes: 77 additions & 76 deletions iban/0.1.1.0/iban.cabal
Original file line number Diff line number Diff line change
@@ -1,76 +1,77 @@
-- Initial iban.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/

name: iban
version: 0.1.1.0
synopsis: Validate and generate IBANs
description: A library to validate and generate (for now only German) IBANs.
homepage: https://github.com/ibotty/iban
license: BSD3
license-file: LICENSE
author: Tobias Florek
maintainer: tob@butter.sh
copyright: Tobias Florek, 2014
category: Finance
build-type: Simple
extra-source-files: Changelog.md
cabal-version: >=1.10

library
exposed-modules: Finance.IBAN
, Finance.IBAN.Internal
, Finance.IBAN.Germany
, Finance.IBAN.Germany.Core
, Finance.IBAN.Germany.Data
, Finance.IBAN.Data
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >=4.5 && <4.8
, containers >=0.3 && <0.6
, iso3166-country-codes
, text >=0.11 && <1.3
, unordered-containers ==0.2.*
hs-source-dirs: src
default-language: Haskell2010

test-suite tests
other-extensions: OverloadedStrings
build-depends: base
, HUnit
, iban
, tasty
, tasty-hunit
, text
hs-source-dirs: test
main-is: Main.hs
other-modules: IBANRegistryExamples
default-language: Haskell2010
type: exitcode-stdio-1.0

-- flag maintenance-tools
-- description: Build tools to generate data files from original sources
-- default: False
-- manual: True

-- executable blz
-- other-extensions: OverloadedStrings
-- -- exposed-modules:
-- hs-source-dirs: tools
-- build-depends: base
-- , bytestring >=0.9 && <0.11
-- , cassava == 0.4.*
-- , iban
-- , text
-- , vector == 0.10.*
-- main-is: Blz.hs
-- default-language: Haskell2010
-- if true
-- -- if flag(maintenance-tools)
-- buildable: True
-- else
-- buildable: False

source-repository head
type: git
location: https://github.com/ibotty/iban

-- Initial iban.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/

name: iban
version: 0.1.1.0
x-revision: 1
synopsis: Validate and generate IBANs
description: A library to validate and generate (for now only German) IBANs.
homepage: https://github.com/ibotty/iban
license: BSD3
license-file: LICENSE
author: Tobias Florek
maintainer: tob@butter.sh
copyright: Tobias Florek, 2014
category: Finance
build-type: Simple
extra-source-files: Changelog.md
cabal-version: >=1.10

library
exposed-modules: Finance.IBAN
, Finance.IBAN.Internal
, Finance.IBAN.Germany
, Finance.IBAN.Germany.Core
, Finance.IBAN.Germany.Data
, Finance.IBAN.Data
-- other-modules:
other-extensions: OverloadedStrings
build-depends: base >=4.6 && <4.8
, containers >=0.3 && <0.6
, iso3166-country-codes
, text >=0.11 && <1.3
, unordered-containers ==0.2.*
hs-source-dirs: src
default-language: Haskell2010

test-suite tests
other-extensions: OverloadedStrings
build-depends: base
, HUnit
, iban
, tasty
, tasty-hunit
, text
hs-source-dirs: test
main-is: Main.hs
other-modules: IBANRegistryExamples
default-language: Haskell2010
type: exitcode-stdio-1.0

-- flag maintenance-tools
-- description: Build tools to generate data files from original sources
-- default: False
-- manual: True

-- executable blz
-- other-extensions: OverloadedStrings
-- -- exposed-modules:
-- hs-source-dirs: tools
-- build-depends: base
-- , bytestring >=0.9 && <0.11
-- , cassava == 0.4.*
-- , iban
-- , text
-- , vector == 0.10.*
-- main-is: Blz.hs
-- default-language: Haskell2010
-- if true
-- -- if flag(maintenance-tools)
-- buildable: True
-- else
-- buildable: False

source-repository head
type: git
location: https://github.com/ibotty/iban

Loading

0 comments on commit d7c2452

Please sign in to comment.