Skip to content

Commit a7c0ee8

Browse files
committed
Remove fast and developer flags from attoparsec-iso8601
1 parent 447a9c9 commit a7c0ee8

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

attoparsec-iso8601/attoparsec-iso8601.cabal

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ extra-source-files:
1919
README.md
2020
changelog.md
2121

22-
flag developer
23-
description: operate in developer mode
24-
default: False
25-
manual: True
26-
27-
flag fast
28-
description: compile without optimizations
29-
default: False
30-
manual: True
31-
3222
library
3323
hs-source-dirs: src
3424
default-language: Haskell2010
@@ -44,15 +34,6 @@ library
4434
text >= 1.2.3.0 && < 1.3.0.0 || >= 2.0 && <2.1,
4535
time >= 1.6.0.1 && < 1.13
4636

47-
if flag(fast)
48-
ghc-options: -O0
49-
else
50-
ghc-options: -O2
51-
52-
if flag(developer)
53-
ghc-options: -Werror
54-
ghc-prof-options: -auto-all
55-
5637
source-repository head
5738
type: git
5839
location: git://github.com/haskell/aeson.git

attoparsec-iso8601/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso
33
### 1.1.0.0
44

55
- Change parsers of types with year (`Day`, `UTCTime`) to require years with at least 4 digits.
6+
- Remove `fast` and `developer` package flags
67

78
### 1.0.2.1
89

0 commit comments

Comments
 (0)