cabal-version: >=1.10 -- Initial package description 'torrents.cabal' generated by 'cabal init'. -- For further documentation, see http://haskell.org/cabal/users-guide/ name: torrent-types version: 0.1.0.0 -- synopsis: -- description: -- bug-reports: license: BSD3 license-file: LICENSE author: James Crayne maintainer: jim.crayne@gmail.com -- copyright: -- category: build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: Data.Torrent -- other-modules: other-extensions: CPP, NamedFieldPuns, FlexibleInstances, MultiParamTypeClasses, BangPatterns, GeneralizedNewtypeDeriving, StandaloneDeriving, DeriveDataTypeable, DeriveFunctor, DeriveFoldable, DeriveTraversable, TemplateHaskell build-depends: base >= 4.8 , deepseq , memory , bytestring , base16-bytestring , base64-bytestring , hashable , containers , text , time , network , network-addr , data-default , network-uri , cereal , convertible , pretty , filepath , base32-bytestring , http-types , cryptonite , bencoding , microlens-th cpp-options: -DUSE_lens hs-source-dirs: src default-language: Haskell2010