name: foscam-filename version: 0.0.3 license: BSD3 license-file: LICENSE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> copyright: Copyright (C) 2015 Tony Morris synopsis: Foscam File format category: Data, Parsing, File description: Foscam File format homepage: https://github.com/tonymorris/foscam-filename bug-reports: https://github.com/tonymorris/foscam-filename cabal-version: >= 1.10 build-type: Custom extra-source-files: changelog source-repository head type: git location: git@github.com:tonymorris/foscam-filename.git flag small_base description: Choose the new, split-up base package. library default-language: Haskell2010 build-depends: base >= 4 && < 5 , semigroups >= 0.17 && < 0.19 , semigroupoids >= 5.0 && < 5.1 , bifunctors >= 5 && < 6.0 , lens >= 4.0 && < 5 , parsers >= 0.12 && < 0.13 , digit >= 0.1.1 && < 0.2 ghc-options: -Wall default-extensions: NoImplicitPrelude hs-source-dirs: src exposed-modules: Data.Foscam.File Data.Foscam.File.Alias Data.Foscam.File.AliasCharacter Data.Foscam.File.Date Data.Foscam.File.DeviceId Data.Foscam.File.DeviceIdCharacter Data.Foscam.File.Internal Data.Foscam.File.Filename Data.Foscam.File.ImageId Data.Foscam.File.Time test-suite doctests type: exitcode-stdio-1.0 main-is: doctests.hs default-language: Haskell2010 build-depends: base >= 4 && < 5 , doctest >= 0.9.7 && < 0.11 , filepath >= 1.3 && < 1.5 , directory >= 1.1 && < 1.3 , QuickCheck >= 2.0 && < 3.0 , template-haskell >= 2.8 && < 3.0 , parsec >= 3.1 && < 4.0 ghc-options: -Wall -threaded hs-source-dirs: test