name: aeson-flowtyped version: 0.14.0 synopsis: Create Flow or TypeScript type definitions from Haskell data types. description: Create Flow or TypeScript type definitions from Haskell data types. category: Web homepage: https://gitlab.com/transportengineering/aeson-flowtyped#readme bug-reports: https://gitlab.com/transportengineering/aeson-flowtyped/issues author: Mike Ledger maintainer: mike@quasimal.com license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://gitlab.com/transportengineering/aeson-flowtyped library hs-source-dirs: src build-depends: base >=4.11 && <4.18 , aeson >=2.0 , containers , data-fix , deriving-compat , free , generics-sop , recursion-schemes , reflection , scientific , text , time , mtl , unordered-containers , vector , wl-pprint exposed-modules: Data.Aeson.Flow other-modules: Paths_aeson_flowtyped default-language: Haskell2010 test-suite aeson-flowtyped type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_aeson_flowtyped hs-source-dirs: test build-depends: base , aeson >=2.0 , aeson-flowtyped , containers , data-fix , recursion-schemes , tasty , tasty-hunit , text , unordered-containers , vector default-language: Haskell2010