name:                safe-coerce
version:             0.2.0.0
synopsis:            A friendly shorthand for an old friend
description:         Safe?
license:             BSD3
license-file:        LICENSE
author:              Csongor Kiss
maintainer:          kiss.csongor.kiss@gmail.com
-- copyright:
category:            Coerce
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules: Safe.Coerce
  -- other-modules:
  -- other-extensions:
  build-depends:       base >=4.9 && <4.13
  hs-source-dirs:      src
  default-language:    Haskell2010