name: realworldhaskell version: 0.0.1.0 synopsis: The Real World Haskell Book description: Living version of the legendary book by The Three Immortals homepage: https://github.com/realworldhaskell/book#readme license: PublicDomain license-file: LICENSE author: Bryan O'Sullivan, John Goerzen, Don Stewart maintainer: realworldhaskell@aniketd.mailer.me copyright: 2021 Bryan O'Sullivan, John Goerzen, Don Stewart category: Learning build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Lib build-depends: base >= 4.7 && < 5 default-language: Haskell2010 source-repository head type: git location: https://github.com/realworldhaskell/book