name: concrete-haskell version: 0.1.0.4 synopsis: Library for the Concrete data format. description: Library for the Concrete data format. homepage: https://github.com/hltcoe license: GPL license-file: LICENSE author: Thomas Lippincott maintainer: tom@cs.jhu.edu copyright: 2016 category: Data build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Concrete, Data.Concrete.Utils other-modules: Communication_Types , Access_Types , Annotate_Types , Audio_Types , Cluster_Types , Communication_Types , Concrete_Types , Email_Types , Entities_Types , Ex_Types , Language_Types , Learn_Types , Linking_Types , Metadata_Types , Nitf_Types , Results_Types , Search_Types , Services_Types , Situations_Types , Spans_Types , Structure_Types , Twitter_Types , Uuid_Types build-depends: base >= 4.6 && < 5 , thrift >= 0.9.3 , text , unordered-containers , QuickCheck , vector , hashable , bytestring , containers default-language: Haskell2010