cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: strongweak version: 0.1.0 synopsis: Convert between strong and weak representations of types description: Please see README.md. category: Data homepage: https://github.com/raehik/strongweak#readme bug-reports: https://github.com/raehik/strongweak/issues author: Ben Orchard maintainer: Ben Orchard license: MIT license-file: LICENSE build-type: Simple tested-with: GHC ==9.2.2 extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/raehik/strongweak library exposed-modules: Strongweak Strongweak.Example Strongweak.Generic Strongweak.Generic.Strengthen Strongweak.Generic.Weaken Strongweak.Strengthen Strongweak.SW Strongweak.Weaken other-modules: Paths_strongweak hs-source-dirs: src default-extensions: EmptyCase FlexibleContexts FlexibleInstances InstanceSigs MultiParamTypeClasses PolyKinds LambdaCase DerivingStrategies StandaloneDeriving DeriveAnyClass DeriveGeneric DeriveDataTypeable DeriveFunctor DeriveFoldable DeriveTraversable DeriveLift ImportQualifiedPost StandaloneKindSignatures DerivingVia RoleAnnotations TypeApplications DataKinds TypeFamilies TypeOperators BangPatterns GADTs DefaultSignatures RankNTypes UndecidableInstances MagicHash ScopedTypeVariables ghc-options: -Wall build-depends: base >=4.14 && <5 , prettyprinter >=1.7.1 && <1.8 , refined >=0.6.3 && <0.7 , validation >=1.1.2 && <1.2 , vector-sized >=1.5.0 && <1.6 default-language: Haskell2010