Skip to content

Commit

Permalink
Update from Hackage at 2023-05-25T12:06:44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 25, 2023
1 parent 865fbd0 commit f297f1f
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
83 changes: 83 additions & 0 deletions bookhound-format/0.1.2.0/bookhound-format.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack

name: bookhound-format
version: 0.1.2.0
synopsis: Parsers for usual data formats
description: Please see the README on GitHub at <https://github.com/albertprz/bookhound-format#readme>
category: Parsers
homepage: https://github.com/albertprz/bookhound-format#readme
bug-reports: https://github.com/albertprz/bookhound-format/issues
author: Alberto Perez Lopez
maintainer: albertoperez1994@gmail.com
copyright: 2022 Alberto Perez Lopez
license: LGPL
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/albertprz/bookhound-format

library
exposed-modules:
Bookhound.Format.Operations.Finder
Bookhound.Format.Operations.ToJson
Bookhound.Format.Operations.ToXml
Bookhound.Format.Operations.ToYaml
Bookhound.Format.Parsers.Json
Bookhound.Format.Parsers.Toml
Bookhound.Format.Parsers.Xml
Bookhound.Format.Parsers.Yaml
Bookhound.Format.SyntaxTrees.Json
Bookhound.Format.SyntaxTrees.Toml
Bookhound.Format.SyntaxTrees.Xml
Bookhound.Format.SyntaxTrees.Yaml
other-modules:
Paths_bookhound_format
hs-source-dirs:
src
default-extensions:
LambdaCase
MultiWayIf
TupleSections
PostfixOperators
RankNTypes
ExplicitForAll
ScopedTypeVariables
LiberalTypeSynonyms
InstanceSigs
FunctionalDependencies
DuplicateRecordFields
NamedFieldPuns
RecordWildCards
ConstrainedClassMethods
MultiParamTypeClasses
FlexibleContexts
FlexibleInstances
ApplicativeDo
ParallelListComp
MonadComprehensions
GADTs
TypeFamilies
TypeFamilyDependencies
DataKinds
PolyKinds
DeriveFunctor
DeriveFoldable
DeriveTraversable
DeriveGeneric
GeneralizedNewtypeDeriving
ghc-options: -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bookhound >=0.1.24.0 && <0.2
, containers >=0.6 && <1
, text >=2.0 && <3
, time >=1.9 && <2
default-language: Haskell2010
1 change: 1 addition & 0 deletions bookhound-format/0.1.2.0/bookhound-format.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b66450f3060f76db8c2ad6078bf75e64","Skein512_512":"c3119840c5c86fb0b5350d814ada2308d7b3c2a37b990b44c2929adc799a1f334036ee378bcd845932039bed8af1c10aa1cfa8639368ce373b9aa88947affb8e","SHA1":"a1edcad3980a4b23bd728419be9fe6c3b012602b","SHA512":"5ccc9e81f4c48eaa50fdb4aa444eeabcce995ad5746bc7a9d265433e93a8bd45a1f6fbf096224253e78407c123bbdf41d1d134f7b734dccbb45ca06507c6b494","SHA256":"8be6e4095d2225251345584aaa16e9a5f8dda8277cdcea64cd43b01658db30cb"},"package-locations":["https://hackage.haskell.org/package/bookhound-format-0.1.2.0/bookhound-format-0.1.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/bookhound-format-0.1.2.0.tar.gz"],"package-size":17606}

0 comments on commit f297f1f

Please sign in to comment.