Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Mar 17, 2024
1 parent b45e0fb commit e6e9e12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions binrep.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ library
, deepseq >=1.4.6.1 && <1.6
, flatparse >=0.5.0.2 && <0.6
, generic-data-functions >=0.2.0 && <0.3
, mason >=0.2.5 && <0.3
, megaparsec >=9.2.0 && <9.5.0
, parser-combinators >=1.3.0 && <1.4
, primitive >=0.8.0.0 && <0.10.0.0
Expand Down Expand Up @@ -141,7 +140,6 @@ test-suite spec
, generic-data-functions >=0.2.0 && <0.3
, generic-random >=1.5.0.1 && <1.6
, hspec >=2.7 && <2.12
, mason >=0.2.5 && <0.3
, megaparsec >=9.2.0 && <9.5.0
, parser-combinators >=1.3.0 && <1.4
, primitive >=0.8.0.0 && <0.10.0.0
Expand Down Expand Up @@ -186,7 +184,6 @@ benchmark bench
, flatparse >=0.5.0.2 && <0.6
, gauge
, generic-data-functions >=0.2.0 && <0.3
, mason >=0.2.5 && <0.3
, megaparsec >=9.2.0 && <9.5.0
, parser-combinators >=1.3.0 && <1.4
, primitive >=0.8.0.0 && <0.10.0.0
Expand Down
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ dependencies:
- bytezap
- primitive >= 0.8.0.0 && < 0.10.0.0
- flatparse >= 0.5.0.2 && < 0.6
- mason ^>= 0.2.5
- generic-data-functions ^>= 0.2.0
- parser-combinators ^>= 1.3.0
- bytestring >= 0.11 && < 0.13
Expand Down
1 change: 1 addition & 0 deletions src/Raehik/Compat/FlatParse/Basic/WithLength.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- | https://github.com/AndrasKovacs/flatparse/pull/56
module Raehik.Compat.FlatParse.Basic.WithLength where

import FlatParse.Basic.Parser
Expand Down

0 comments on commit e6e9e12

Please sign in to comment.