composite-aeson-path 0.7.5.0 → 0.8.2.2
raw patch · 1 files changed
Files
- composite-aeson-path.cabal +25/−11
composite-aeson-path.cabal view
@@ -1,17 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.3.------ see: https://github.com/sol/hpack------ hash: 6cf5aa5a674723a2cb68f4070e600bc24a79d087b3b16eafb3268df4f4c3a0bf- name: composite-aeson-path-version: 0.7.5.0+version: 0.8.2.2 synopsis: Formatting data for the path library. description: JsonFormat for Path. category: Records-homepage: https://github.com/ConferOpenSource/composite#readme+homepage: https://github.com/composite-hs/composite#readme author: Confer Health, Inc maintainer: oss@vitalbio.com copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences@@ -25,10 +19,30 @@ Paths_composite_aeson_path hs-source-dirs: src- default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns+ default-extensions:+ DataKinds+ FlexibleContexts+ FlexibleInstances+ GeneralizedNewtypeDeriving+ LambdaCase+ MultiParamTypeClasses+ MultiWayIf+ OverloadedStrings+ PatternSynonyms+ PolyKinds+ QuasiQuotes+ RankNTypes+ ScopedTypeVariables+ StandaloneDeriving+ StrictData+ TemplateHaskell+ TupleSections+ TypeFamilies+ TypeOperators+ ViewPatterns ghc-options: -Wall -O2 build-depends:- base >=4.7 && <5- , composite-aeson >=0.7 && <0.8+ base >=4.12 && <5+ , composite-aeson ==0.8.* , path >=0.6 && <0.9 default-language: Haskell2010