Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
new version of advent-of-code-api
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Dec 12, 2023
1 parent 63d2775 commit fa70692
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ packages:
source-repository-package
type: git
location: https://github.com/mstksg/advent-of-code-api.git
tag: 46095de52b68cc3d847cff9c3a9aadb01d383665
--sha256: 08k7flbq3pbxm8pi4wx36h7z533anwpzc0aswmx0s71w97jryij6
tag: 509f5714d0edf4e2b3b52c2512457e986e531cfc
--sha256: 0jipd2fqh4vz0mi61nqm3x3n24kzz5w3nq77c6l0zfp2zr9c7ymb
2 changes: 1 addition & 1 deletion core/aoc-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source-repository head

common common-options
build-depends: base >=4.7 && <5
, advent-of-code-api >=0.2.9
, advent-of-code-api >=0.2.9.1
, criterion
, aeson
, ansi-terminal
Expand Down
2 changes: 1 addition & 1 deletion core/src/AOC/Run/Load.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import AOC.Discover
import AOC.Util
import AOC.Util.DynoMap
import Advent
import Advent.API
import Advent.API (processHTML)
import Control.Applicative
import Control.Concurrent
import Control.DeepSeq
Expand Down

0 comments on commit fa70692

Please sign in to comment.