1 author: Julien Moutinho <julm+haskell+interval@autogeree.net>
2 -- bug-reports: http://bug.autogeree.net/haskell/interval/
5 category: Data Structures
8 description: Data types to represent, compare and combine intervals with adherences.
12 - https://hackage.haskell.org/package/data-interval
13 - https://hackage.haskell.org/package/intervals
17 -- homepage: http://pad.autogeree.net/informatique/haskell/interval/
20 maintainer: Julien Moutinho <julm+haskell+interval@autogeree.net>
22 stability: experimental
23 synopsis: Intervals with adherences.
24 tested-with: GHC==8.0.1
27 source-repository head
28 location: git://git.autogeree.net/haskell/interval
33 Description: Turn on development settings.
38 Description: Dump some intermediate files.
43 Description: Turn on profiling settings.
48 Description: Enable threads.
52 extensions: NoImplicitPrelude
53 ghc-options: -Wall -fno-warn-tabs
55 cpp-options: -DDEVELOPMENT
58 ghc-options: -ddump-simpl -ddump-stg -ddump-to-file
60 cpp-options: -DPROFILING
61 ghc-options: -fprof-auto
62 -- default-language: Haskell2010
65 Data.Interval.Map.Strict
69 , containers >= 0.5 && < 0.6
70 -- NOTE: needed for Data.Map.Strict
74 Test-Suite interval-test
75 type: exitcode-stdio-1.0
76 -- default-language: Haskell2010
77 extensions: NoImplicitPrelude
78 ghc-options: -Wall -fno-warn-tabs
80 hs-source-dirs: Data/Interval
85 ghc-options: -threaded -rtsopts -with-rtsopts=-N
87 cpp-options: -DDEVELOPMENT
89 cpp-options: -DPROFILING
90 ghc-options: -fprof-auto