cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 2749a57a85fe4df30b950899d02ac2874071071ac2711408960a8e7c8426bf08 name: fallible version: 0.1.0 description: Please see the README on GitHub at category: Data homepage: https://github.com/matsubara0507/fallible#readme author: MATSUBARA Nobutada maintainer: t12307043@gunma-u.ac.jp copyright: MATSUBARA Nobutada license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md library exposed-modules: Data.Fallible other-modules: Paths_fallible hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , transformers default-language: Haskell2010 test-suite fallible-example type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: example ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , fallible , transformers default-language: Haskell2010